/external/swiftshader/third_party/llvm-7.0/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 65 bool InCandidateList = true; argument 72 /// this \p Candidate. argument 79 /// instructions in this \p Candidate. argument 85 /// Return the number of instructions in this Candidate. argument 103 return InCandidateList ? CallOverhead : 0; in getCallOverhead() argument [all …]
|
/external/v8/src/compiler/ |
D | js-inlining-heuristic.h | 45 struct Candidate { struct 66 bool operator()(const Candidate& left, const Candidate& right) const; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZMachineScheduler.h | 42 struct Candidate { struct 51 Candidate() = default; argument 58 bool noCost() const { in noCost() 63 void dumpCosts() { in dumpCosts()
|
D | SystemZMachineScheduler.cpp | 201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 83 struct Candidate : public ilist_node<Candidate> { struct in __anondda995750111::StraightLineStrengthReduce 84 enum Kind { 91 Candidate() in Candidate() function 94 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() argument 98 Kind CandidateKind; 99 const SCEV *Base; 103 ConstantInt *Index; 104 Value *Stride; 119 Instruction *Ins; 122 Candidate *Basis;
|
D | NaryReassociate.cpp | 393 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local 538 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
|
D | Sink.cpp | 171 BasicBlock *Candidate = (*I)->getBlock(); in SinkInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 102 struct Candidate { struct in __anon3f71350d0111::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;
|
D | NaryReassociate.cpp | 390 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local 540 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
|
D | Sink.cpp | 171 BasicBlock *Candidate = (*I)->getBlock(); in SinkInstruction() local
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 31 struct Candidate : ilist_node<Candidate> { struct in __anonf4dd06850111::GCNMinRegScheduler 32 const SUnit *SU; 33 int Priority; 35 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
|
D | GCNILPSched.cpp | 23 struct Candidate : ilist_node<Candidate> { struct in __anonfab6521c0111::GCNILPScheduler 24 SUnit *SU; 26 Candidate(SUnit *SU_) in Candidate() function
|
/external/webrtc/talk/app/webrtc/ |
D | jsep.h | 41 class Candidate; variable
|
/external/webrtc/webrtc/p2p/base/ |
D | transportchannelimpl.h | 22 class Candidate; variable
|
D | candidate.h | 36 Candidate() in Candidate() function 43 Candidate(int component, in Candidate() function
|
D | transportchannel.h | 30 class Candidate; variable
|
/external/clang/lib/Sema/ |
D | Scope.cpp | 123 if (VarDecl *Candidate = NRVO.getPointer()) { in mergeNRVOIntoParent() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | non_max_suppression_op.cc | 169 struct Candidate { in DoNonMaxSuppressionOp() struct 170 int box_index; in DoNonMaxSuppressionOp() 171 T score; in DoNonMaxSuppressionOp() 172 int suppress_begin_index; in DoNonMaxSuppressionOp() 357 struct Candidate { in BatchedNonMaxSuppressionOp() struct 358 int box_index; in BatchedNonMaxSuppressionOp() 359 float score; in BatchedNonMaxSuppressionOp()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 210 BasicBlock *Candidate = nullptr; in computeDominator() local 237 BasicBlock *Candidate = nullptr; in computePostDominator() local
|
/external/swiftshader/third_party/llvm-7.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()
|
/external/brotli/research/ |
D | durchschlag.cc | 29 typedef struct Candidate { struct 32 } Candidate; argument
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 475 SchedCandidate &Candidate, in SchedulingCost() 541 SchedCandidate &Candidate) { in pickNodeFromQueue()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 825 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 104 Value *Candidate; in matchAndOrChain() local
|