/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A 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 …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineScheduler.h | 41 struct Candidate { struct 50 Candidate() = default; argument 57 bool noCost() const { in noCost() 62 void dumpCosts() { in dumpCosts()
|
H A D | SystemZMachineScheduler.cpp | 201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 133 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 D | NaryReassociate.cpp | 419 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local 569 if (Value *Candidate = Candidates.back()) { findClosestMatchingDominator() local [all...] |
H A D | LoopLoadElimination.cpp | 395 for (const auto &Candidate : Candidates) collectMemchecks() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ROCm.h | 62 struct Candidate { struct 71 Candidate(std::string Path, bool StrictChecking = false, argument 73 : Path(Path), StrictChecking(StrictChecking), in Path()
|
H A D | Cuda.cpp | 139 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 D | AMDGPU.cpp | 438 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 D | GCNMinRegStrategy.cpp | 24 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 D | GCNILPSched.cpp | 22 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 D | GCNNSAReassign.cpp | 254 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction() typedef
|
H A D | SIOptimizeExecMasking.cpp | 361 Register Candidate = MO.getReg(); in findInstrBackwards() local
|
/freebsd-src/contrib/bmake/ |
H A D | suff.c | 197 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 D | HexagonMachineScheduler.cpp | 46 SchedCandidate &Candidate, in SchedulingCost()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyTIL.cpp | 209 BasicBlock *Candidate = nullptr; in computeDominator() local 236 BasicBlock *Candidate = nullptr; in computePostDominator() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | VLIWMachineScheduler.cpp | 525 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 D | SampleProfile.cpp | 843 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 D | FunctionImport.cpp | 476 __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 D | VPlanSLP.cpp | 248 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 D | MipsELFObjectWriter.cpp | 197 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | IROutliner.h | 65 IRSimilarityCandidate *Candidate = nullptr; member
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpenCLBuiltinEmitter.cpp | 655 BuiltinIndexListTy *Candidate, in CanReuseSignature() 697 for (auto *Candidate : KnownSignatures) { in GroupBySignature() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 424 for (const auto &Candidate : Candidates) { in pickWinner() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetMachine.h | 184 return DL == Candidate; in isCompatibleDataLayout() argument
|