Home
last modified time | relevance | path

Searched refs:moveCallSiteInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SLSHardening.cpp367 MF.moveCallSiteInfo(&BLR, BL); in ConvertBLRToBL()
DAArch64ExpandPseudoInsts.cpp746 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSLSHardening.cpp329 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
DARMExpandPseudoInsts.cpp2068 MI.getMF()->moveCallSiteInfo(&MI, &*NewMI); in ExpandMI()
2169 MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr()); in ExpandMI()
2409 MF->moveCallSiteInfo(&MI, &*MIB); in ExpandMI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp236 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER()
366 MBB.getParent()->moveCallSiteInfo(&*MBBI, &NewMI); in ExpandMI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveRangeEdit.cpp237 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
DPeepholeOptimizer.cpp1795 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
DMachineFunction.cpp948 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
DInlineSpiller.cpp930 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h1208 void moveCallSiteInfo(const MachineInstr *Old,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp571 ToErase->getMF()->moveCallSiteInfo(ToErase, cast<MachineInstr>(&*Branch)); in replaceWithCompactBranch()