Searched refs:moveCallSiteInfo (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86KCFI.cpp | 84 MF.moveCallSiteInfo(&*OrigCall, &*MBBI); in emitCheck()
|
| D | X86ExpandPseudo.cpp | 235 MBB.getParent()->moveCallSiteInfo(&MI, Marker); in expandCALL_RVMARKER() 365 MBB.getParent()->moveCallSiteInfo(&*MBBI, &NewMI); in ExpandMI()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64SLSHardening.cpp | 371 MF.moveCallSiteInfo(&BLR, BL); in ConvertBLRToBL()
|
| D | AArch64ExpandPseudoInsts.cpp | 774 MBB.getParent()->moveCallSiteInfo(&MI, OriginalCall); in expandCALL_RVMARKER() 807 MBB.getParent()->moveCallSiteInfo(&MI, Call); in expandCALL_BTI()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMSLSHardening.cpp | 349 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
|
| D | ARMExpandPseudoInsts.cpp | 2173 MI.getMF()->moveCallSiteInfo(&MI, &*NewMI); in ExpandMI() 2282 MI.getMF()->moveCallSiteInfo(&MI, NewCall.getInstr()); in ExpandMI() 2522 MF->moveCallSiteInfo(&MI, &*MIB); in ExpandMI() 3109 MF.moveCallSiteInfo(&MI, MIB.getInstr()); in ExpandMI()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LiveRangeEdit.cpp | 260 UseMI->getMF()->moveCallSiteInfo(UseMI, FoldMI); in foldAsLoad()
|
| D | MachineFunction.cpp | 902 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo() function in MachineFunction
|
| D | PeepholeOptimizer.cpp | 1793 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in runOnMachineFunction()
|
| D | InlineSpiller.cpp | 936 MI->getMF()->moveCallSiteInfo(MI, FoldMI); in foldMemoryOperand()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsDelaySlotFiller.cpp | 569 ToErase->getMF()->moveCallSiteInfo(ToErase, cast<MachineInstr>(&*Branch)); in replaceWithCompactBranch()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineFunction.h | 1266 void moveCallSiteInfo(const MachineInstr *Old,
|