Searched refs:moveAdditionalCallInfo (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSLSHardening.cpp | 351 MF.moveAdditionalCallInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
|
| H A D | ARMExpandPseudoInsts.cpp | 2304 MI.getMF()->moveAdditionalCallInfo(&MI, &*NewMI); in ExpandMI() 2416 MI.getMF()->moveAdditionalCallInfo(&MI, NewCall.getInstr()); in ExpandMI() 2655 MF->moveAdditionalCallInfo(&MI, &*MIB); in ExpandMI() 3256 MF.moveAdditionalCallInfo(&MI, MIB.getInstr()); in ExpandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 254 UseMI->getMF()->moveAdditionalCallInfo(UseMI, FoldMI); in foldAsLoad()
|
| H A D | MachineFunction.cpp | 979 void MachineFunction::moveAdditionalCallInfo(const MachineInstr *Old, in moveAdditionalCallInfo() function in MachineFunction
|
| H A D | PeepholeOptimizer.cpp | 1865 MI->getMF()->moveAdditionalCallInfo(MI, FoldMI); in run()
|
| H A D | InlineSpiller.cpp | 1024 MI->getMF()->moveAdditionalCallInfo(MI, FoldMI); in foldMemoryOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SLSHardening.cpp | 478 MF.moveAdditionalCallInfo(&BLR, BL); in convertBLRToBL()
|
| H A D | AArch64ExpandPseudoInsts.cpp | 883 MBB.getParent()->moveAdditionalCallInfo(&MI, OriginalCall); in expandCALL_RVMARKER() 912 MBB.getParent()->moveAdditionalCallInfo(&MI, Call); in expandCALL_BTI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 233 MBB.getParent()->moveAdditionalCallInfo(&MI, Marker); in expandCALL_RVMARKER() 368 MBB.getParent()->moveAdditionalCallInfo(&*MBBI, &NewMI); in expandMI()
|
| H A D | X86ISelLowering.cpp | 62103 MF.moveAdditionalCallInfo(&*OrigCall, &*MBBI); in EmitKCFICheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 564 ToErase->getMF()->moveAdditionalCallInfo(ToErase, in replaceWithCompactBranch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 1467 void moveAdditionalCallInfo(const MachineInstr *Old, const MachineInstr *New);
|