Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/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
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.h41 struct Candidate { struct
50 Candidate() = default; argument
57 bool noCost() const { in noCost()
62 void dumpCosts() { in dumpCosts()
DSystemZMachineScheduler.cpp201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp83 struct Candidate : public ilist_node<Candidate> { struct in __anon95a275ef0111::StraightLineStrengthReduce
84 enum Kind {
91 Candidate() in Candidate() argument
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;
DNaryReassociate.cpp393 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
538 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp102 struct Candidate { struct in __anon0300f3510111::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;
DNaryReassociate.cpp390 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
540 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dnon_max_suppression.h94 struct Candidate { in NonMaxSuppression() struct
95 int index; in NonMaxSuppression()
96 float score; in NonMaxSuppression()
97 int suppress_begin_index; in NonMaxSuppression()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp30 struct Candidate : ilist_node<Candidate> { struct in __anon12f246490111::GCNMinRegScheduler
31 const SUnit *SU;
32 int Priority;
34 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
DGCNILPSched.cpp23 struct Candidate : ilist_node<Candidate> { struct in __anoncfd80ee00111::GCNILPScheduler
24 SUnit *SU;
26 Candidate(SUnit *SU_) in Candidate() function
/external/rust/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 …]
/external/webrtc/p2p/base/
Dcandidate_pair_interface.h16 class Candidate; variable
/external/webrtc/api/
Dcandidate.cc20 Candidate::Candidate() in Candidate() function in cricket::Candidate
30 Candidate::Candidate(int component, in Candidate() function in cricket::Candidate
Djsep.h35 class Candidate; variable
/external/webrtc/pc/
Dwebrtc_sdp.h35 class Candidate; variable
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp210 BasicBlock *Candidate = nullptr; in computeDominator() local
237 BasicBlock *Candidate = nullptr; in computePostDominator() local
/external/clang/lib/Sema/
DScope.cpp123 if (VarDecl *Candidate = NRVO.getPointer()) { in mergeNRVOIntoParent() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op.cc211 struct Candidate { in DoNonMaxSuppressionOp() struct
212 int box_index; in DoNonMaxSuppressionOp()
213 T score; in DoNonMaxSuppressionOp()
214 int suppress_begin_index; in DoNonMaxSuppressionOp()
346 struct Candidate { in DoNMSPerClass() struct
347 int box_index; in DoNMSPerClass()
348 float score; in DoNMSPerClass()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc140 struct Candidate { struct in icing::lib::IcingDynamicTrie::CandidateSet
141 LogicalNode logical_node;
142 const char *key;
143 int matched_prefix_len;
144 std::string matched_span;
146 Candidate() {} in Candidate() function
148 Candidate(const LogicalNode &logical_node_in, const char *key_in, in Candidate() argument
156 int matched_len() const { return matched_prefix_len + matched_span.size(); } in matched_len()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp498 const RegPressureTracker &RPTracker, SchedCandidate &Candidate, in readyQueueVerboseDump()
577 SchedCandidate &Candidate, in SchedulingCost()
766 SchedCandidate &Candidate) { in pickNodeFromQueue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp251 for (auto *Candidate : Candidates) { in getBest() local
275 for (auto *Candidate : BestCandidates) { in getBest() local
/external/brotli/research/
Ddurchschlag.cc29 typedef struct Candidate { struct
32 } Candidate; argument
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp475 SchedCandidate &Candidate, in SchedulingCost()
541 SchedCandidate &Candidate) { in pickNodeFromQueue()
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp825 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers() local
872 for (const MachineInstr *Candidate : PotentialCandidates) { in computeOthers() local
987 for (const MachineInstr *Candidate : PotentialADROpportunities) in computeOthers() local
/external/clang/unittests/Tooling/
DTestVisitor.h224 MatchCandidate Candidate; member

123