Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSLSHardening.cpp351 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
HDARMExpandPseudoInsts.cpp2262 MI.getMF()->moveCallSiteInfo(&MI, &*NewMI); in ExpandMI()
2374 MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr()); in ExpandMI()
2613 MF->moveCallSiteInfo(&MI, &*MIB); in ExpandMI()
3214 MF.moveCallSiteInfo(&MI, MIB.getInstr()); in ExpandMI()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ExpandPseudo.cpp235 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER()
366 MBB.getParent()->moveCallSiteInfo(&*MBBI, &NewMI); in expandMI()
HDX86ISelLowering.cpp59333 MF.moveCallSiteInfo(&*OrigCall, &*MBBI); in EmitKCFICheck()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveRangeEdit.cpp258 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
HDMachineFunction.cpp930 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
HDPeepholeOptimizer.cpp1853 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
HDInlineSpiller.cpp1005 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SLSHardening.cpp478 MF.moveCallSiteInfo(&BLR, BL); in convertBLRToBL()
HDAArch64ExpandPseudoInsts.cpp881 MBB.getParent()->moveCallSiteInfo(&MI, OriginalCall); in expandCALL_RVMARKER()
910 MBB.getParent()->moveCallSiteInfo(&MI, Call); in expandCALL_BTI()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsDelaySlotFiller.cpp569 ToErase->getMF()->moveCallSiteInfo(ToErase, cast<MachineInstr>(&*Branch)); in replaceWithCompactBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h1377 void moveCallSiteInfo(const MachineInstr *Old,