Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp100 InputIt Best = Last; in find_best() local
418 auto Best = Sorted.end(); in sortRelocs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp117 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
H A DMachineTraceMetrics.cpp362 const MachineBasicBlock *Best = nullptr; in pickTracePred() local
386 const MachineBasicBlock *Best = nullptr; in pickTraceSucc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp177 Candidate Best; in pickNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp241 auto Best = AvailQueue.begin(); in pickCandidate() local
H A DSIMachineScheduler.cpp1557 std::vector<SIScheduleBlock*>::iterator Best; in pickBlock() local
1862 SIScheduleBlockResult Best, Temp; in schedule() local
H A DAMDGPUSplitModule.cpp1313 static void evaluateProposal(SplitProposal &Best, SplitProposal New) { in evaluateProposal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3913 OverloadCandidateSet::iterator Best; in IsInitializerListConstructorConversion() local
4093 OverloadCandidateSet::iterator Best; in IsUserDefinedConversion() local
5211 OverloadCandidateSet::iterator Best; in FindConversionForRefInit() local
6923 OverloadCandidateSet::iterator Best; in PerformContextualImplicitConversion() local
11291 OverloadCandidateSet::ResultForBestCandidate(const iterator &Best) { in ResultForBestCandidate()
11347 iterator &Best) { in BestViableFunction()
11368 Sema &S, SourceLocation Loc, OverloadCandidateSet::iterator &Best) { in PerfectViableFunction()
11407 Sema &S, SourceLocation Loc, OverloadCandidateSet::iterator &Best) { in BestViableFunctionImpl()
13571 auto Best = Matches.begin(); in eliminiateSuboptimalOverloadCandidates() local
14356 OverloadCandidateSet::iterator Best; in DiagnoseTwoPhaseLookup() local
[all …]
H A DSemaInit.cpp657 OverloadCandidateSet::iterator Best; in PerformEmptyInit() local
4349 DeclContext::lookup_result Ctors, OverloadCandidateSet::iterator &Best, in ResolveConstructorOverload()
4558 OverloadCandidateSet::iterator Best; in TryConstructorInitialization() local
5246 OverloadCandidateSet::iterator Best; in TryRefInitWithConversionFunction() local
6173 OverloadCandidateSet::iterator Best; in TryUserDefinedConversion() local
7192 OverloadCandidateSet::iterator Best; in CopyObject() local
7335 OverloadCandidateSet::iterator Best; in CheckCXX98CompatAccessibleCopy() local
9001 OverloadCandidateSet::iterator Best; in Diagnose() local
9250 OverloadCandidateSet::iterator Best; in Diagnose() local
9340 OverloadCandidateSet::iterator Best; in Diagnose() local
[all …]
H A DSemaExprCXX.cpp1863 if (FunctionTemplateDecl *Best = S.getMoreSpecializedTemplate( in Compare() local
1934 UsualDeallocFnInfo Best; in resolveDeallocationOverload() local
2002 auto Best = resolveDeallocationOverload(S, ops, IDP, loc); in doesUsualArrayDeleteWantSize() local
2704 OverloadCandidateSet::iterator Best; in resolveAllocationOverloadInterior() local
4234 OverloadCandidateSet::iterator Best; in resolveBuiltinNewDeleteOverload() local
5566 OverloadCandidateSet::iterator Best; in FindConditionalOverload() local
H A DSemaTypeTraits.cpp106 OverloadCandidateSet::iterator Best; in LookupSpecialMemberFromXValue() local
H A DSemaCast.cpp547 OverloadCandidateSet::iterator Best; in tryDiagnoseOverloadedCast() local
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp242 Range *Best = 0; in upperBound() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp589 std::vector<SUnit *>::iterator Best = Queue.begin(); in pop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp321 VPValue *Best = nullptr; in getBest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp657 SUnit *Best = nullptr; in isBestZeroLatency() local
H A DHexagonConstExtenders.cpp1380 int32_t Best = BestIt->first; in assignInits() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp294 auto GetClosestDependency = [this](Instruction *Best, Instruction *Other) { in getInvariantGroupPointerDependency()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp752 StringRef Best; in getNearestOption() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1362 void reconstructPath(LineState &State, StateNode *Best) { in reconstructPath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4786 Formula &Best = LU.Formulae[P.first->second]; in FilterOutUndesirableDedicatedRegisters() local
5065 Formula &Best = LU.Formulae[P.first->second]; in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local
5282 ScalarEvolution &SE, const SCEV *Best, in IsSimplerBaseSCEVForTarget()
5318 const SCEV *Best = nullptr; in NarrowSearchSpaceByPickingWinnerRegs() local
H A DSimpleLoopUnswitch.cpp3438 std::optional<NonTrivialUnswitchCandidate> Best; in findBestNonTrivialUnswitchCandidate() local
3524 NonTrivialUnswitchCandidate Best = findBestNonTrivialUnswitchCandidate( in unswitchBestCondition() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2137 SmallVector<StringRef, 2> Best; in loadModule() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1824 const Filter &Best = Filters[BestIndex]; in emitTableEntries() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1360 size_t Best = StringRef::npos; in printFuzzyMatch() local

12