Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp447 assert((!MI->isCandidateForCallSiteEntry() || !CallSitesInfo.contains(MI)) && in deleteMachineInstr()
879 assert(MI->isCandidateForCallSiteEntry() && in getCallSiteInfo()
894 if (BMI.isCandidateForCallSiteEntry()) in getCallInstr()
918 if (!New->isCandidateForCallSiteEntry()) in copyCallSiteInfo()
936 if (!New->isCandidateForCallSiteEntry()) in moveCallSiteInfo()
H A DMachineInstr.cpp771 bool MachineInstr::isCandidateForCallSiteEntry(QueryType Type) const { in isCandidateForCallSiteEntry() function in MachineInstr
786 return isCandidateForCallSiteEntry(MachineInstr::AnyInBundle); in shouldUpdateCallSiteInfo()
787 return isCandidateForCallSiteEntry(); in shouldUpdateCallSiteInfo()
H A DMachineOutliner.cpp954 if (MI->isCandidateForCallSiteEntry()) in outline()
H A DInlineSpiller.cpp1004 if (MI->isCandidateForCallSiteEntry()) in foldMemoryOperand()
H A DIfConversion.cpp2174 if (I.isCandidateForCallSiteEntry()) in CopyAndPredicateBlock()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1351 assert(CallI->isCandidateForCallSiteEntry());
H A DMachineInstr.h956 bool isCandidateForCallSiteEntry(QueryType Type = IgnoreBundle) const;
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp365 if (MBBI->isCandidateForCallSiteEntry()) in expandMI()
H A DX86SpeculativeLoadHardening.cpp924 if (MI.isCandidateForCallSiteEntry()) in unfoldCallAndJumpLoads()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2261 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
2373 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
2612 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
3213 if (MI.isCandidateForCallSiteEntry()) in ExpandMI()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp891 if (MI->isCandidateForCallSiteEntry() && in EmitSchedule()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp921 if (!MI.isCandidateForCallSiteEntry()) in constructCallSiteEntryDIEs()
2022 MI->isCandidateForCallSiteEntry(MachineInstr::AnyInBundle) && in beginInstruction()