/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineOutliner.h | 37 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOutliner.h | 37 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-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.h | 41 struct Candidate { struct 50 Candidate() = default; argument 57 bool noCost() const { in noCost() 62 void dumpCosts() { in dumpCosts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.h | 41 struct Candidate { struct 50 Candidate() = default; argument 57 bool noCost() const { in noCost() 62 void dumpCosts() { in dumpCosts()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 83 struct Candidate : public ilist_node<Candidate> { struct in __anonc501b1600111::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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 102 struct Candidate { struct in __anoncf5753020111::StraightLineStrengthReduce 103 enum Kind { 111 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() function 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;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 133 struct Candidate { struct in __anon102170080111::StraightLineStrengthReduce 134 enum Kind { 142 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() argument 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;
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | non_max_suppression.h | 94 struct Candidate { in NonMaxSuppression() struct 95 int index; in NonMaxSuppression() 96 float score; in NonMaxSuppression() 97 int suppress_begin_index; in NonMaxSuppression()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
D | prefilter.rs | 46 pub fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in() 72 pub enum Candidate { enum 83 impl Candidate { impl 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 …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/util/ |
D | prefilter.rs | 46 pub fn find_in(&self, haystack: &[u8], span: Span) -> Candidate { in find_in() 72 pub enum Candidate { enum 83 impl Candidate { impl 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 …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 24 struct Candidate : ilist_node<Candidate> { struct in __anon903bcda00111::GCNMinRegScheduler 25 const SUnit *SU; 26 int Priority; 28 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
|
D | GCNILPSched.cpp | 22 struct Candidate : ilist_node<Candidate> { struct in __anonae00a0f70111::GCNILPScheduler 23 SUnit *SU; 25 Candidate(SUnit *SU_) in Candidate() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 30 struct Candidate : ilist_node<Candidate> { struct in __anona6f1525a0111::GCNMinRegScheduler 31 const SUnit *SU; 32 int Priority; 34 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
|
D | GCNILPSched.cpp | 23 struct Candidate : ilist_node<Candidate> { struct in __anond087a2310111::GCNILPScheduler 24 SUnit *SU; 26 Candidate(SUnit *SU_) in Candidate() function
|
/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | prefilter.rs | 27 pub enum Candidate { enum 33 impl Candidate { implementation 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/ |
D | candidate_pair_interface.h | 16 class Candidate; variable
|
/external/webrtc/api/ |
D | candidate.cc | 20 Candidate::Candidate() in Candidate() function in cricket::Candidate 30 Candidate::Candidate(int component, in Candidate() function in cricket::Candidate
|
D | jsep.h | 35 class Candidate; variable
|
/external/webrtc/pc/ |
D | webrtc_sdp.h | 35 class Candidate; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 46 SchedCandidate &Candidate, in SchedulingCost()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 210 BasicBlock *Candidate = nullptr; in computeDominator() local 237 BasicBlock *Candidate = nullptr; in computePostDominator() local
|
/external/clang/lib/Sema/ |
D | Scope.cpp | 123 if (VarDecl *Candidate = NRVO.getPointer()) { in mergeNRVOIntoParent() local
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cc | 211 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/ |
D | icing-dynamic-trie.cc | 149 struct Candidate { struct in icing::lib::IcingDynamicTrie::CandidateSet 150 LogicalNode logical_node; 151 const char *key; 152 int matched_prefix_len; 153 std::string matched_span; 155 Candidate() {} in Candidate() argument 157 Candidate(const LogicalNode &logical_node_in, const char *key_in, in Candidate() function 165 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/ |
D | HexagonMachineScheduler.cpp | 498 const RegPressureTracker &RPTracker, SchedCandidate &Candidate, in readyQueueVerboseDump() 577 SchedCandidate &Candidate, in SchedulingCost() 766 SchedCandidate &Candidate) { in pickNodeFromQueue()
|