Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A 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
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 …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h41 struct Candidate { struct
50 Candidate() = default; argument
57 bool noCost() const { in noCost()
62 void dumpCosts() { in dumpCosts()
H A DSystemZMachineScheduler.cpp201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp133 struct Candidate { struct in __anon2fc4011a0111::StraightLineStrengthReduce
142 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() argument
175 Candidate *Basis = nullptr; argument
134 Kind__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
146 CandidateKind__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
148 Base__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
153 Index__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
155 Stride__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
171 Ins__anon2fc4011a0111::StraightLineStrengthReduce::Candidate global() argument
[all...]
H A DNaryReassociate.cpp419 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
569 if (Value *Candidate = Candidates.back()) { findClosestMatchingDominator() local
[all...]
H A DLoopLoadElimination.cpp395 for (const auto &Candidate : Candidates) collectMemchecks() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h62 struct Candidate { struct
71 Candidate(std::string Path, bool StrictChecking = false, argument
73 : Path(Path), StrictChecking(StrictChecking), in Path()
H A DCuda.cpp139 struct Candidate { in CudaInstallationDetector() argument
135 struct Candidate { CudaInstallationDetector() struct
136 PathCudaInstallationDetector::CudaInstallationDetector::Candidate CudaInstallationDetector() argument
137 StrictCheckingCudaInstallationDetector::CudaInstallationDetector::Candidate CudaInstallationDetector() argument
192 for (const auto &Candidate : Candidates) { CudaInstallationDetector() local
H A DAMDGPU.cpp438 for (const auto &Candidate : ROCmDirs) { detectDeviceLibrary() local
460 for (const auto &Candidate : HIPSearchDirs) { detectHIPRuntime() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp24 struct Candidate : ilist_node<Candidate> { struct in __anon11f939720111::GCNMinRegScheduler
25 const SUnit *SU;
26 int Priority;
28 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
H A DGCNILPSched.cpp22 struct Candidate : ilist_node<Candidate> { struct in __anone3d617490111::GCNILPScheduler
25 Candidate(SUnit *SU_) in Candidate() argument
23 SU__anone3d617490111::GCNILPScheduler::Candidate global() argument
[all...]
H A DGCNNSAReassign.cpp254 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction() typedef
H A DSIOptimizeExecMasking.cpp361 Register Candidate = MO.getReg(); in findInstrBackwards() local
/freebsd-src/contrib/bmake/
H A Dsuff.c197 typedef struct Candidate { struct
212 struct Candidate *parent; argument
224 } Candidate; typedef
222 childrenListCandidate global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp46 SchedCandidate &Candidate, in SchedulingCost()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp209 BasicBlock *Candidate = nullptr; in computeDominator() local
236 BasicBlock *Candidate = nullptr; in computePostDominator() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp525 const RegPressureTracker &RPTracker, SchedCandidate &Candidate, in readyQueueVerboseDump() argument
597 SchedCandidate &Candidate, in SchedulingCost() argument
771 SchedCandidate &Candidate) { in pickNodeFromQueue() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp843 doesHistoryAllowICP(const Instruction & Inst,StringRef Candidate) doesHistoryAllowICP() argument
971 tryPromoteAndInlineCandidate(Function & F,InlineCandidate & Candidate,uint64_t SumOrigin,uint64_t & Sum,SmallVector<CallBase *,8> * InlinedCallSite) tryPromoteAndInlineCandidate() argument
1232 InlineCandidate Candidate = {I, LocalNotInlinedCallSites.lookup(I), inlineHotFunctions() local
1279 tryInlineCandidate(InlineCandidate & Candidate,SmallVector<CallBase *,8> * InlinedCallSites) tryInlineCandidate() argument
1391 shouldInlineCandidate(InlineCandidate & Candidate) shouldInlineCandidate() argument
1497 InlineCandidate Candidate = CQueue.top(); inlineHotFunctionsWithPriority() local
2386 const auto Candidate = *CI; runStaleProfileMatching() local
2402 LineLocation Candidate(CandidateLineOffset, L.Discriminator); runStaleProfileMatching() local
2416 LineLocation Candidate(CandidateLineOffset, Loc.Discriminator); runStaleProfileMatching() local
[all...]
H A DFunctionImport.cpp476 __anon9e2a56780402(const auto &Candidate) computeImportForModule() argument
484 __anon9e2a56780502(const auto &Candidate) computeImportForModule() argument
506 __anon9e2a56780602(const auto *Candidate) computeImportForModule() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp248 for (auto *Candidate : Candidates) { in getBest() local
272 for (auto *Candidate : BestCandidates) { in getBest() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp197 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h65 IRSimilarityCandidate *Candidate = nullptr; member
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp655 BuiltinIndexListTy *Candidate, in CanReuseSignature()
697 for (auto *Candidate : KnownSignatures) { in GroupBySignature() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp424 for (const auto &Candidate : Candidates) { in pickWinner() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h184 return DL == Candidate; in isCompatibleDataLayout() argument

123