Home
last modified time | relevance | path

Searched defs:Candidate (Results 1 – 25 of 209) sorted by relevance

123456789

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
58 /// Liveness information for this Candidate. Tracks from the end of the argument
65 /// Liveness information restricted to this Candidate's instruction sequence. argument
80 "Candidate's Machine Function must track liveness"); in initFromEndOfBlockToStartOfSeq() argument
97 "Candidate's Machine Function must track liveness"); in initInSeq() argument
116 /// Target-specific flags for this Candidate's MBB. argument
119 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
58 /// Liveness information for this Candidate. Tracks from the end of the argument
65 /// Liveness information restricted to this Candidate's instruction sequence. argument
80 "Candidate's Machine Function must track liveness"); in initFromEndOfBlockToStartOfSeq() argument
97 "Candidate's Machine Function must track liveness"); in initInSeq() argument
116 /// Target-specific flags for this Candidate's MBB. argument
119 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
58 /// Liveness information for this Candidate. Tracks from the end of the argument
65 /// Liveness information restricted to this Candidate's instruction sequence. argument
80 "Candidate's Machine Function must track liveness"); in initFromEndOfBlockToStartOfSeq() argument
97 "Candidate's Machine Function must track liveness"); in initInSeq() argument
116 /// Target-specific flags for this Candidate's MBB. argument
119 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
58 /// Liveness information for this Candidate. Tracks from the end of the argument
65 /// Liveness information restricted to this Candidate's instruction sequence. argument
80 "Candidate's Machine Function must track liveness"); in initFromEndOfBlockToStartOfSeq() argument
97 "Candidate's Machine Function must track liveness"); in initInSeq() argument
116 /// Target-specific flags for this Candidate's MBB. argument
119 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
58 /// Liveness information for this Candidate. Tracks from the end of the argument
65 /// Liveness information restricted to this Candidate's instruction sequence. argument
80 "Candidate's Machine Function must track liveness"); in initFromEndOfBlockToStartOfSeq() argument
97 "Candidate's Machine Function must track liveness"); in initInSeq() argument
116 /// Target-specific flags for this Candidate's MBB. argument
119 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { struct
45 // The first instruction in this \p Candidate. argument
48 // The last instruction in this \p Candidate. argument
51 // The basic block that contains this Candidate. argument
59 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument
68 /// this \p Candidate. argument
75 /// instructions in this \p Candidate. argument
81 /// Target-specific flags for this Candidate's MBB. argument
84 /// True if initLRU has been called on this Candidate. argument
87 /// Return the number of instructions in this Candidate. argument
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp83 struct Candidate : public ilist_node<Candidate> { struct in __anondfb1f6e00111::StraightLineStrengthReduce
84 enum Kind {
91 Candidate() in Candidate() function
94 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() function
98 Kind CandidateKind;
99 const SCEV *Base;
103 ConstantInt *Index;
104 Value *Stride;
119 Instruction *Ins;
122 Candidate *Basis;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/
H A Dprefilter.rs46 pub fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
72 pub enum Candidate { enum
83 impl Candidate { implementation
107 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate; in find_in()
112 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
331 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
398 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
675 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
699 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
722 fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in()
[all …]
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DOptimalLineBreaker.cpp60 struct Candidate { struct
61 uint32_t offset; // offset to text buffer, in code units
63 ParaWidth preBreak; // width of text until this point, if we decide to not break here:
67 ParaWidth postBreak; // width of text until this point, if we decide to break here
68 float penalty; // penalty of this break (for example, hyphen penalty)
69 uint32_t preSpaceCount; // preceding space count before breaking
70 uint32_t postSpaceCount; // preceding space count after breaking
71 HyphenationType hyphenType;
72 bool isRtl; // The direction of the bidi run containing or ending in this candidate
74 Candidate(uint32_t offset, ParaWidth preBreak, ParaWidth postBreak, float penalty, in Candidate() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h41 struct Candidate { struct
50 Candidate() = default; argument
57 bool noCost() const { in noCost()
62 void dumpCosts() { in dumpCosts()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h41 struct Candidate { struct
50 Candidate() = default; argument
57 bool noCost() const { in noCost()
62 void dumpCosts() { in dumpCosts()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp102 struct Candidate { struct in __anon8064f8820111::StraightLineStrengthReduce
103 enum Kind {
111 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() argument
115 Kind CandidateKind = Invalid;
117 const SCEV *Base = nullptr;
122 ConstantInt *Index = nullptr;
124 Value *Stride = nullptr;
140 Instruction *Ins = nullptr;
144 Candidate *Basis = nullptr;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp133 struct Candidate { struct in __anonc12f15880111::StraightLineStrengthReduce
134 enum Kind {
142 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() function
146 Kind CandidateKind = Invalid;
148 const SCEV *Base = nullptr;
153 ConstantInt *Index = nullptr;
155 Value *Stride = nullptr;
171 Instruction *Ins = nullptr;
175 Candidate *Basis = nullptr;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/
Dprovider.py104 def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: argument
110 resolutions: Mapping[str, Candidate], argument
111 candidates: Mapping[str, Iterator[Candidate]],
202 incompatibilities: Mapping[str, Iterator[Candidate]],
239 def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool:
242 def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]:
Drequirements.py10 def __init__(self, candidate: Candidate) -> None:
38 def is_satisfied_by(self, candidate: Candidate) -> bool:
82 def is_satisfied_by(self, candidate: Candidate) -> bool:
98 def __init__(self, specifier: SpecifierSet, match: Candidate) -> None:
127 def is_satisfied_by(self, candidate: Candidate) -> bool:
164 def is_satisfied_by(self, candidate: Candidate) -> bool:
Dfactory.py374 incompatibilities: Mapping[str, Iterator[Candidate]],
503 self, candidate: Candidate
546 def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]:
597 self, req: Requirement, parent: Optional[Candidate]
632 e: "ResolutionImpossible[Requirement, Candidate]", argument
672 def describe_trigger(parent: Candidate) -> str:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/
Dprovider.py104 def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: argument
110 resolutions: Mapping[str, Candidate], argument
111 candidates: Mapping[str, Iterator[Candidate]],
202 incompatibilities: Mapping[str, Iterator[Candidate]],
239 def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool:
242 def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]:
Drequirements.py10 def __init__(self, candidate: Candidate) -> None:
38 def is_satisfied_by(self, candidate: Candidate) -> bool:
82 def is_satisfied_by(self, candidate: Candidate) -> bool:
98 def __init__(self, specifier: SpecifierSet, match: Candidate) -> None:
127 def is_satisfied_by(self, candidate: Candidate) -> bool:
164 def is_satisfied_by(self, candidate: Candidate) -> bool:
Dfactory.py374 incompatibilities: Mapping[str, Iterator[Candidate]],
503 self, candidate: Candidate
546 def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]:
597 self, req: Requirement, parent: Optional[Candidate]
632 e: "ResolutionImpossible[Requirement, Candidate]", argument
672 def describe_trigger(parent: Candidate) -> str:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/
Dprovider.py104 def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: argument
110 resolutions: Mapping[str, Candidate], argument
111 candidates: Mapping[str, Iterator[Candidate]],
202 incompatibilities: Mapping[str, Iterator[Candidate]],
239 def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool:
242 def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]:
Drequirements.py10 def __init__(self, candidate: Candidate) -> None:
38 def is_satisfied_by(self, candidate: Candidate) -> bool:
82 def is_satisfied_by(self, candidate: Candidate) -> bool:
98 def __init__(self, specifier: SpecifierSet, match: Candidate) -> None:
127 def is_satisfied_by(self, candidate: Candidate) -> bool:
164 def is_satisfied_by(self, candidate: Candidate) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/
Dprovider.py104 def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: argument
110 resolutions: Mapping[str, Candidate], argument
111 candidates: Mapping[str, Iterator[Candidate]],
202 incompatibilities: Mapping[str, Iterator[Candidate]],
239 def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool:
242 def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]:
Drequirements.py10 def __init__(self, candidate: Candidate) -> None:
38 def is_satisfied_by(self, candidate: Candidate) -> bool:
82 def is_satisfied_by(self, candidate: Candidate) -> bool:
98 def __init__(self, specifier: SpecifierSet, match: Candidate) -> None:
127 def is_satisfied_by(self, candidate: Candidate) -> bool:
164 def is_satisfied_by(self, candidate: Candidate) -> bool:
Dfactory.py374 incompatibilities: Mapping[str, Iterator[Candidate]],
503 self, candidate: Candidate
546 def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]:
597 self, req: Requirement, parent: Optional[Candidate]
632 e: "ResolutionImpossible[Requirement, Candidate]", argument
672 def describe_trigger(parent: Candidate) -> str:
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dprefilter.rs27 pub enum Candidate { enum
33 impl Candidate { impl
63 ) -> Candidate; in next_candidate()
103 ) -> Candidate { in next_candidate()
370 ) -> Candidate { in next_candidate()
672 ) -> Candidate { in next_candidate()
732 ) -> Candidate { in next_candidate()
772 ) -> Candidate { in next_candidate()
920 ) -> Candidate { in next_candidate()
948 ) -> Candidate { in next_candidate()
[all …]

123456789