Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h37 struct Candidate { global() struct
45 LenCandidate global() argument
48 FirstInstCandidate global() argument
51 LastInstCandidate global() argument
58 CallOverheadCandidate global() argument
65 FromEndOfBlockToStartOfSeqCandidate global() argument
80 initFromEndOfBlockToStartOfSeqCandidate initFromEndOfBlockToStartOfSeq() argument
97 initInSeqCandidate initInSeq() argument
116 CallConstructionIDCandidate global() argument
119 FlagsCandidate global() argument
120 getLengthCandidate getLength() argument
123 getStartIdxCandidate getStartIdx() argument
126 getEndIdxCandidate getEndIdx() argument
130 setCallInfoCandidate setCallInfo() argument
136 getCallOverheadCandidate getCallOverhead() argument
138 beginCandidate begin() argument
139 endCandidate end() argument
141 frontCandidate front() argument
142 backCandidate back() argument
143 getMFCandidate getMF() argument
144 getMBBCandidate getMBB() argument
158 isAvailableAcrossAndOutOfSeqCandidate isAvailableAcrossAndOutOfSeq() argument
167 isAnyUnavailableAcrossOrOutOfSeqCandidate isAnyUnavailableAcrossOrOutOfSeq() argument
199 CandidateCandidate Candidate() argument
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h41 struct Candidate { global() struct
50 ResourcesCostCandidate global() argument
57 noCostCandidate noCost() argument
62 dumpCostsCandidate dumpCosts() argument
H A DSystemZMachineScheduler.cpp201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() function in SystemZPostRASchedStrategy::Candidate
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp146 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S, argument
133 struct Candidate { global() struct in __anon546db8fb0111::StraightLineStrengthReduce
134 Kind__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
142 Candidate__anon546db8fb0111::StraightLineStrengthReduce::Candidate Candidate() argument
148 Base__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
153 Index__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
155 Stride__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
171 Ins__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
175 Basis__anon546db8fb0111::StraightLineStrengthReduce::Candidate global() argument
[all...]
H A DNaryReassociate.cpp419 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() local
570 if (Value *Candidate = Candidates.back()) { findClosestMatchingDominator() local
[all...]
/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 { CudaInstallationDetector() struct
140 PathCudaInstallationDetector::CudaInstallationDetector::Candidate CudaInstallationDetector() argument
141 StrictCheckingCudaInstallationDetector::CudaInstallationDetector::Candidate CudaInstallationDetector() argument
143 CandidateCudaInstallationDetector::CudaInstallationDetector::Candidate CudaInstallationDetector() argument
196 for (const auto &Candidate : Candidates) { CudaInstallationDetector() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp24 struct Candidate : ilist_node<Candidate> { struct in __anoned988fb30111::GCNMinRegScheduler
28 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate() argument
25 SU__anoned988fb30111::GCNMinRegScheduler::Candidate global() argument
26 Priority__anoned988fb30111::GCNMinRegScheduler::Candidate global() argument
[all...]
H A DGCNILPSched.cpp22 struct Candidate : ilist_node<Candidate> { struct in __anona90610ca0111::GCNILPScheduler
25 Candidate(SUnit *SU_) in Candidate() argument
23 SU__anona90610ca0111::GCNILPScheduler::Candidate global() argument
[all...]
H A DGCNNSAReassign.cpp254 using Candidate = std::pair<const MachineInstr*, bool>; in runOnMachineFunction() typedef
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstructorInitCheck.cpp56 const CXXConstructorDecl *Candidate = nullptr; in check() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp46 SchedCandidate &Candidate, in SchedulingCost()
/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp154 bool CSPreInliner::shouldInline(ProfiledInlineCandidate &Candidate) { in shouldInline()
218 ProfiledInlineCandidate Candidate = CQueue.top(); in processFunction() local
/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp209 BasicBlock *Candidate = nullptr; in computeDominator() local
236 BasicBlock *Candidate = nullptr; in computePostDominator() local
/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp771 readyQueueVerboseDump(RPTracker, Candidate, Q); in pickNodeFromQueue() argument
525 readyQueueVerboseDump(const RegPressureTracker & RPTracker,SchedCandidate & Candidate,ReadyQueue & Q) readyQueueVerboseDump() argument
597 SchedulingCost(ReadyQueue & Q,SUnit * SU,SchedCandidate & Candidate,RegPressureDelta & Delta,bool verbose) SchedulingCost() argument
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp232 InsertMatching(Loc, Candidate); in matchNonCallsiteLocs() local
247 InsertMatching(L, Candidate); in matchNonCallsiteLocs() local
260 InsertMatching(Loc, Candidate); in matchNonCallsiteLocs() local
[all...]
H A DSampleProfile.cpp790 doesHistoryAllowICP(const Instruction & Inst,StringRef Candidate) doesHistoryAllowICP() argument
906 tryPromoteAndInlineCandidate(Function & F,InlineCandidate & Candidate,uint64_t SumOrigin,uint64_t & Sum,SmallVector<CallBase *,8> * InlinedCallSite) tryPromoteAndInlineCandidate() argument
1170 InlineCandidate Candidate = {I, LocalNotInlinedCallSites.lookup(I), inlineHotFunctions() local
1217 tryInlineCandidate(InlineCandidate & Candidate,SmallVector<CallBase *,8> * InlinedCallSites) tryInlineCandidate() argument
1329 shouldInlineCandidate(InlineCandidate & Candidate) shouldInlineCandidate() argument
1436 InlineCandidate Candidate = CQueue.top(); inlineHotFunctionsWithPriority() local
[all...]
/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
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp584 auto &Candidate = Candidates[CalleeIndexIter->second]; computeVTableInfos() local
719 for (const auto &Candidate : Candidates) { tryToPromoteWithVTableCmp() local
848 auto &Candidate = Candidates[I]; isProfitableToCompareVTables() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DPassByValueCheck.cpp168 for (const auto *Candidate : Record->ctors()) { in hasRValueOverload() local
/llvm-project/bolt/lib/Passes/
H A DRegReAssign.cpp367 MCPhysReg Candidate = 0; in conservativePassOverFunction() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp47 ExpectedMatch Candidate; member
/llvm-project/clang/unittests/Tooling/
H A DTestVisitor.h241 MatchCandidate Candidate; global() member
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp197 compareMatchingRelocs(const MipsRelocationEntry & Candidate,const MipsRelocationEntry & PreviousBest) compareMatchingRelocs() argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h65 IRSimilarityCandidate *Candidate = nullptr; member

1234