Searched refs:FirstCand (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 35 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand; in biasAddiLoadCandidate() local 37 if (isADDIInstr(FirstCand) && SecondCand.SU->getInstr()->mayLoad()) { in biasAddiLoadCandidate() 41 if (FirstCand.SU->getInstr()->mayLoad() && isADDIInstr(SecondCand)) { in biasAddiLoadCandidate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 624 Candidate &FirstCand = OF.Candidates.front(); in createOutlinedFunction() local 625 const Function &ParentFn = FirstCand.getMF()->getFunction(); in createOutlinedFunction() 648 MachineFunction *OriginalMF = FirstCand.front()->getMF(); in createOutlinedFunction() 651 for (auto I = FirstCand.front(), E = std::next(FirstCand.back()); I != E; in createOutlinedFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 6454 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; in getOutliningCandidateInfo() local 6456 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo() 6497 if (FirstCand.getMF() in getOutliningCandidateInfo() 6712 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup); in getOutliningCandidateInfo() 6860 if (std::any_of(FirstCand.front(), FirstCand.back(), in getOutliningCandidateInfo() 6870 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall()) in getOutliningCandidateInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 5748 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; in getOutliningCandidateInfo() local 5750 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo() 5891 if (std::any_of(FirstCand.front(), FirstCand.back(), in getOutliningCandidateInfo() 5901 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall()) in getOutliningCandidateInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10306 FunctionDecl *FirstCand = nullptr, *SecondCand = nullptr; in MaybeDiagnoseAmbiguousConstraints() local 10317 if (FirstCand == nullptr) { in MaybeDiagnoseAmbiguousConstraints() 10318 FirstCand = I->Function; in MaybeDiagnoseAmbiguousConstraints() 10333 if (S.MaybeEmitAmbiguousAtomicConstraintsDiagnostic(FirstCand, FirstAC, in MaybeDiagnoseAmbiguousConstraints()
|