Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.h189 struct Candidate { struct
190 size_t offset; // offset to text buffer, in code units
191 size_t prev; // index to previous break
192 ParaWidth preBreak; // width of text until this point, if we decide to not
217 void addCandidate(Candidate cand); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp102 struct Candidate { struct in __anon9f0d8a120111::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;
DNaryReassociate.cpp390 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
540 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
DSink.cpp171 BasicBlock *Candidate = (*I)->getBlock(); in SinkInstruction() local
DSeparateConstOffsetFromGEP.cpp1155 Instruction *Candidate = Candidates.back(); in findClosestMatchingDominator() local
DGuardWidening.cpp370 for (auto *Candidate : make_range(I, E)) { in eliminateInstrViaWidening() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp30 struct Candidate : ilist_node<Candidate> { struct in __anonf220cf6a0111::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 __anonfd6293410111::GCNILPScheduler
24 SUnit *SU;
26 Candidate(SUnit *SU_) in Candidate() argument
DGCNNSAReassign.cpp240 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction() typedef
DGCNRegBankReassign.cpp84 class Candidate { class in __anon52e1776b0111::GCNRegBankReassign
86 Candidate(MachineInstr *mi, unsigned reg, unsigned freebanks, in Candidate() function in __anon52e1776b0111::GCNRegBankReassign::Candidate
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/brotli/research/
Ddurchschlag.cc29 typedef struct Candidate { struct
32 } Candidate; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp197 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h160 bool isCompatibleDataLayout(const DataLayout &Candidate) const { in isCompatibleDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp196 Value *Candidate; in matchAndOrChain() local
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc923 struct Candidate { in Lookup() struct
924 const OverloadInfo* overload; in Lookup()
925 int score; in Lookup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp299 std::string Candidate = (CandidatePrefix + CandidateName).str(); in findNearest() local
/third_party/typescript/src/services/
DsignatureHelp.ts63 const enum CandidateOrTypeKind { Candidate, Type } enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp944 bool MipsDelaySlotFiller::delayHasHazard(const MachineInstr &Candidate, in delayHasHazard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp389 for (auto &Candidate : CandidateProfileData) in computeFunctionSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1100 MergeCandidate *Candidate = new(Allocator.Allocate()) MergeCandidate; in FormCandidates() local
1889 for (const MergeCandidate *Candidate : Candidates) { in LoadStoreMultipleOpti() local

12