Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h38 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 …]
/netbsd-src/external/apache2/llvm/dist/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.cpp202 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h42 struct Candidate { struct
51 Candidate(std::string Path, bool StrictChecking = false, argument
53 : Path(Path), StrictChecking(StrictChecking), in Path()
H A DCuda.cpp124 struct Candidate { in CudaInstallationDetector() struct
125 std::string Path; in CudaInstallationDetector()
126 bool StrictChecking; in CudaInstallationDetector()
128 Candidate(std::string Path, bool StrictChecking = false) in CudaInstallationDetector() argument
181 for (const auto &Candidate : Candidates) { in CudaInstallationDetector() local
H A DAMDGPU.cpp375 for (const auto &Candidate : ROCmDirs) { in detectDeviceLibrary() local
438 for (const auto &Candidate : HIPSearchDirs) { in detectHIPRuntime() local
H A DGnu.cpp1100 for (const MultilibSet *Candidate : Candidates) { in findMipsCsMultilibs() local
1975 for (StringRef Candidate : ExtraTripleAliases) // Try these first. in init() local
1978 for (StringRef Candidate : CandidateTripleAliases) in init() local
1988 for (StringRef Candidate : CandidateBiarchTripleAliases) in init() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp134 struct Candidate { struct in __anon8c5187130111::StraightLineStrengthReduce
135 enum Kind {
143 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, in Candidate() function
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;
H A DNaryReassociate.cpp414 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
564 if (Value *Candidate = Candidates.back()) { in findClosestMatchingDominator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp24 struct Candidate : ilist_node<Candidate> { struct in __anon800396cb0111::GCNMinRegScheduler
25 const SUnit *SU;
26 int Priority;
28 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() function
H A DGCNILPSched.cpp22 struct Candidate : ilist_node<Candidate> { struct in __anon5fdfa5e20111::GCNILPScheduler
23 SUnit *SU;
25 Candidate(SUnit *SU_) in Candidate() function
H A DGCNNSAReassign.cpp243 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp101 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline()
142 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction() local
/netbsd-src/usr.bin/make/
H A Dsuff.c197 typedef struct Candidate { struct
212 struct Candidate *parent; argument
224 } Candidate; typedef
222 childrenListCandidate global() argument
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp209 BasicBlock *Candidate = nullptr; in computeDominator() local
236 BasicBlock *Candidate = nullptr; in computePostDominator() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp122 if (VarDecl *Candidate = NRVO.getPointer()) { in mergeNRVOIntoParent() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp498 const RegPressureTracker &RPTracker, SchedCandidate &Candidate, in readyQueueVerboseDump()
577 SchedCandidate &Candidate, in SchedulingCost()
766 SchedCandidate &Candidate) { in pickNodeFromQueue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp738 static bool doesHistoryAllowICP(const Instruction &Inst, StringRef Candidate) { in doesHistoryAllowICP()
859 Function &F, InlineCandidate &Candidate, uint64_t SumOrigin, uint64_t &Sum, in tryPromoteAndInlineCandidate()
1071 InlineCandidate Candidate = { in inlineHotFunctions() local
1164 InlineCandidate &Candidate, SmallVector<CallBase *, 8> *InlinedCallSites) { in tryInlineCandidate()
1250 SampleProfileLoader::shouldInlineCandidate(InlineCandidate &Candidate) { in shouldInlineCandidate()
1343 InlineCandidate Candidate = CQueue.top(); in inlineHotFunctionsWithPriority() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp256 for (auto *Candidate : Candidates) { in getBest() local
280 for (auto *Candidate : BestCandidates) { in getBest() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp547 BuiltinIndexListTy *Candidate, in CanReuseSignature()
589 for (auto *Candidate : KnownSignatures) { in GroupBySignature() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp197 static bool compareMatchingRelocs(const MipsRelocationEntry &Candidate, in compareMatchingRelocs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h66 IRSimilarityCandidate *Candidate; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp239 Value *Candidate; in matchAndOrChain() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h173 bool isCompatibleDataLayout(const DataLayout &Candidate) const { in isCompatibleDataLayout()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp436 for (const auto &Candidate : Candidates) { in pickWinner() local

123