/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/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineOutliner.h | 38 struct Candidate { struct 46 // The first instruction in this \p Candidate. argument 49 // The last instruction in this \p Candidate. argument 52 // The basic block that contains this Candidate. argument 60 /// The index of this \p Candidate's \p OutlinedFunction in the list of argument 69 /// this \p Candidate. argument 76 /// instructions in this \p Candidate. argument 82 /// Target-specific flags for this Candidate's MBB. argument 85 /// True if initLRU has been called on this Candidate. argument 88 /// Return the number of instructions in this Candidate. argument [all …]
|
/external/llvm-project/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 __anon6b7588d10111::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 __anon11c94eb30111::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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 134 struct Candidate { struct in __anon11657d3f0111::StraightLineStrengthReduce 135 enum Kind { 143 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() argument 147 Kind CandidateKind = Invalid; 149 const SCEV *Base = nullptr; 154 ConstantInt *Index = nullptr; 156 Value *Stride = nullptr; 172 Instruction *Ins = nullptr; 176 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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 37 struct Candidate : ilist_node<Candidate> { struct in __anoncf9415770111::GCNMinRegScheduler 38 const SUnit *SU; 39 int Priority; 41 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
|
D | GCNILPSched.cpp | 23 struct Candidate : ilist_node<Candidate> { struct in __anon7c51938e0111::GCNILPScheduler 24 SUnit *SU; 26 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 __anone3fe7a6b0111::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 __anonc0e051820111::GCNILPScheduler 24 SUnit *SU; 26 Candidate(SUnit *SU_) in Candidate() argument
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | ROCm.h | 42 struct Candidate { struct 46 Candidate(std::string Path, bool StrictChecking = false) argument 47 : Path(Path), StrictChecking(StrictChecking) {} in Path()
|
D | Cuda.cpp | 122 struct Candidate { in CudaInstallationDetector() struct 123 std::string Path; in CudaInstallationDetector() 124 bool StrictChecking; in CudaInstallationDetector() 126 Candidate(std::string Path, bool StrictChecking = false) in CudaInstallationDetector() function 179 for (const auto &Candidate : Candidates) { in CudaInstallationDetector() local
|
/external/rust/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 | 19 Candidate::Candidate() in Candidate() function in cricket::Candidate 28 Candidate::Candidate(int component, in Candidate() function in cricket::Candidate
|
D | jsep.h | 36 class Candidate; variable
|
/external/webrtc/pc/ |
D | webrtc_sdp.h | 29 class Candidate; variable
|
/external/llvm-project/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 209 BasicBlock *Candidate = nullptr; in computeDominator() local 236 BasicBlock *Candidate = nullptr; in computePostDominator() local
|
/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/llvm-project/clang/lib/Sema/ |
D | Scope.cpp | 122 if (VarDecl *Candidate = NRVO.getPointer()) { in mergeNRVOIntoParent() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | MoveConstructorInitCheck.cpp | 63 const CXXConstructorDecl *Candidate = nullptr; in check() local
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.cc | 142 struct Candidate { struct in icing::lib::IcingDynamicTrie::CandidateSet 143 LogicalNode logical_node; 144 const char *key; 145 int matched_prefix_len; 146 std::string matched_span; 148 Candidate() {} in Candidate() argument 150 Candidate(const LogicalNode &logical_node_in, const char *key_in, in Candidate() argument 158 int matched_len() const { return matched_prefix_len + matched_span.size(); } in matched_len()
|