Home
last modified time | relevance | path

Searched refs:isCandidateForCallSiteEntry (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp423 assert((!MI->isCandidateForCallSiteEntry() || in deleteMachineInstr()
901 assert(MI->isCandidateForCallSiteEntry() && in getCallSiteInfo()
916 if (BMI.isCandidateForCallSiteEntry()) in getCallInstr()
940 if (!New->isCandidateForCallSiteEntry()) in copyCallSiteInfo()
958 if (!New->isCandidateForCallSiteEntry()) in moveCallSiteInfo()
H A DMachineInstr.cpp660 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry() function in MachineInstr
675 return isCandidateForCallSiteEntry(MachineInstr::AnyInBundle); in shouldUpdateCallSiteInfo()
676 return isCandidateForCallSiteEntry(); in shouldUpdateCallSiteInfo()
H A DMachineOutliner.cpp838 if (MI->isCandidateForCallSiteEntry()) in outline()
H A DInlineSpiller.cpp918 if (MI->isCandidateForCallSiteEntry()) in foldMemoryOperand()
H A DIfConversion.cpp2189 if (I.isCandidateForCallSiteEntry()) in CopyAndPredicateBlock()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp361 if (MBBI->isCandidateForCallSiteEntry()) in ExpandMI()
H A DX86SpeculativeLoadHardening.cpp925 if (MI.isCandidateForCallSiteEntry()) in unfoldCallAndJumpLoads()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1237 assert(CallI->isCandidateForCallSiteEntry());
H A DMachineInstr.h833 bool isCandidateForCallSiteEntry(QueryType Type = IgnoreBundle) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp885 if (MI->isCandidateForCallSiteEntry() && in EmitSchedule()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2171 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
2280 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
2520 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
3107 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp915 if (!MI.isCandidateForCallSiteEntry()) in constructCallSiteEntryDIEs()
1980 MI->isCandidateForCallSiteEntry(MachineInstr::AnyInBundle) && in beginInstruction()