Searched refs:FirstCand (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 635 Candidate &FirstCand = OF.Candidates.front(); in createOutlinedFunction() local 637 *FirstCand.getMF()->getSubtarget().getInstrInfo(); in createOutlinedFunction() 661 MachineFunction *OriginalMF = FirstCand.front()->getMF(); in createOutlinedFunction() 664 for (auto I = FirstCand.front(), E = std::next(FirstCand.back()); I != E; in createOutlinedFunction()
|
| H A D | TargetInstrInfo.cpp | 1410 outliner::Candidate &FirstCand = Candidates.front(); in mergeOutliningCandidateAttributes() local 1411 const Function &ParentFn = FirstCand.getMF()->getFunction(); in mergeOutliningCandidateAttributes()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 6986 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; in getOutliningCandidateInfo() local 6988 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo() 7029 if (FirstCand.getMF() in getOutliningCandidateInfo() 7233 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup); in getOutliningCandidateInfo() 7380 if (std::any_of(FirstCand.front(), FirstCand.back(), in getOutliningCandidateInfo() 7390 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall()) in getOutliningCandidateInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 5852 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; in getOutliningCandidateInfo() local 5854 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo() 6051 if (std::any_of(FirstCand.front(), FirstCand.back(), in getOutliningCandidateInfo() 6061 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall()) in getOutliningCandidateInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 10463 FunctionDecl *FirstCand = nullptr, *SecondCand = nullptr; in MaybeDiagnoseAmbiguousConstraints() local 10474 if (FirstCand == nullptr) { in MaybeDiagnoseAmbiguousConstraints() 10475 FirstCand = I->Function; in MaybeDiagnoseAmbiguousConstraints() 10490 if (S.MaybeEmitAmbiguousAtomicConstraintsDiagnostic(FirstCand, FirstAC, in MaybeDiagnoseAmbiguousConstraints()
|