Searched refs:moveCallSiteInfo (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMSLSHardening.cpp | 351 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
|
| HD | ARMExpandPseudoInsts.cpp | 2262 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/ |
| HD | X86ExpandPseudo.cpp | 235 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER() 366 MBB.getParent()->moveCallSiteInfo(&*MBBI, &NewMI); in expandMI()
|
| HD | X86ISelLowering.cpp | 59333 MF.moveCallSiteInfo(&*OrigCall, &*MBBI); in EmitKCFICheck()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveRangeEdit.cpp | 258 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
|
| HD | MachineFunction.cpp | 930 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
|
| HD | PeepholeOptimizer.cpp | 1853 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
|
| HD | InlineSpiller.cpp | 1005 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64SLSHardening.cpp | 478 MF.moveCallSiteInfo(&BLR, BL); in convertBLRToBL()
|
| HD | AArch64ExpandPseudoInsts.cpp | 881 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/ |
| HD | MipsDelaySlotFiller.cpp | 569 ToErase->getMF()->moveCallSiteInfo(ToErase, cast<MachineInstr>(&*Branch)); in replaceWithCompactBranch()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MachineFunction.h | 1377 void moveCallSiteInfo(const MachineInstr *Old,
|