Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp351 MF.moveAdditionalCallInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
H A DARMExpandPseudoInsts.cpp2304 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 DLiveRangeEdit.cpp254 UseMI->getMF()->moveAdditionalCallInfo(UseMI, FoldMI); in foldAsLoad()
H A DMachineFunction.cpp979 void MachineFunction::moveAdditionalCallInfo(const MachineInstr *Old, in moveAdditionalCallInfo() function in MachineFunction
H A DPeepholeOptimizer.cpp1865 MI->getMF()->moveAdditionalCallInfo(MI, FoldMI); in run()
H A DInlineSpiller.cpp1024 MI->getMF()->moveAdditionalCallInfo(MI, FoldMI); in foldMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp478 MF.moveAdditionalCallInfo(&BLR, BL); in convertBLRToBL()
H A DAArch64ExpandPseudoInsts.cpp883 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 DX86ExpandPseudo.cpp233 MBB.getParent()->moveAdditionalCallInfo(&MI, Marker); in expandCALL_RVMARKER()
368 MBB.getParent()->moveAdditionalCallInfo(&*MBBI, &NewMI); in expandMI()
H A DX86ISelLowering.cpp62103 MF.moveAdditionalCallInfo(&*OrigCall, &*MBBI); in EmitKCFICheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp564 ToErase->getMF()->moveAdditionalCallInfo(ToErase, in replaceWithCompactBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1467 void moveAdditionalCallInfo(const MachineInstr *Old, const MachineInstr *New);