Home
last modified time | relevance | path

Searched refs:substituteDebugValuesForInst (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp541 MBB.getParent()->substituteDebugValuesForInst(*AluI, *NewMI2, 1); in optLEAALU()
642 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in optTwoAddrLEA()
678 MBB.getParent()->substituteDebugValuesForInst(*MBI, *NewMI, 1); in seekLEAFixup()
732 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstructionForSlowLEA()
799 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
861 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
887 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
910 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp122 MBB.getParent()->substituteDebugValuesForInst(*MBBI, *CopyInst, 1); in selectSELRMux()
149 MBB.getParent()->substituteDebugValuesForInst(*MBBI, *CopyInst, 1); in selectSELRMux()
217 MBB.getParent()->substituteDebugValuesForInst(*MBBI, *CopyInst, 1); in expandCondMove()
H A DSystemZCopyPhysRegs.cpp93 MBB.getParent()->substituteDebugValuesForInst(*MI, *NMI); in visitMBB()
H A DSystemZElimCompare.cpp229 MI.getParent()->getParent()->substituteDebugValuesForInst(MI, *MIB); in convertToBRCT()
273 MI.getParent()->getParent()->substituteDebugValuesForInst(MI, *Branch); in convertToLoadAndTrap()
296 MI.getParent()->getParent()->substituteDebugValuesForInst(MI, *MIB); in convertToLoadAndTest()
H A DSystemZLongBranch.cpp387 MBB->getParent()->substituteDebugValuesForInst(*MI, *AddImm); in splitBranchOnCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h633 void substituteDebugValuesForInst(const MachineInstr &Old, MachineInstr &New,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1019 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst() function in MachineFunction
H A DInlineSpiller.cpp1055 MF.substituteDebugValuesForInst(*MI, *FoldMI, Ops[0].second); in foldMemoryOperand()