Searched refs:substituteDebugValuesForInst (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 549 MBB.getParent()->substituteDebugValuesForInst(*AluI, *NewMI2, 1); in optLEAALU() 650 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in optTwoAddrLEA() 686 MBB.getParent()->substituteDebugValuesForInst(*MBI, *NewMI, 1); in seekLEAFixup() 740 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstructionForSlowLEA() 847 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA() 873 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA() 896 MBB.getParent()->substituteDebugValuesForInst(*I, *NewMI, 1); in processInstrForSlow3OpLEA()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 58 `MachineFunction::substituteDebugValuesForInst`. If debug info maintenance is 173 Use `MachineFunction::substituteDebugValuesForInst` to automatically produce
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 547 void substituteDebugValuesForInst(const MachineInstr &Old, MachineInstr &New,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 936 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst() function in MachineFunction
|
| H A D | InlineSpiller.cpp | 967 MF.substituteDebugValuesForInst(*MI, *FoldMI, Ops[0].second); in foldMemoryOperand()
|