Searched refs:moveCallSiteInfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64SLSHardening.cpp | 367 MF.moveCallSiteInfo(&BLR, BL); in ConvertBLRToBL()
|
| D | AArch64ExpandPseudoInsts.cpp | 746 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMSLSHardening.cpp | 329 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
|
| D | ARMExpandPseudoInsts.cpp | 2068 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/ |
| D | X86ExpandPseudo.cpp | 236 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/ |
| D | LiveRangeEdit.cpp | 237 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
|
| D | PeepholeOptimizer.cpp | 1795 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
|
| D | MachineFunction.cpp | 948 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
|
| D | InlineSpiller.cpp | 930 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineFunction.h | 1208 void moveCallSiteInfo(const MachineInstr *Old,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsDelaySlotFiller.cpp | 571 ToErase->getMF()->moveCallSiteInfo(ToErase, cast<MachineInstr>(&*Branch)); in replaceWithCompactBranch()
|