Searched refs:makeDebugValueSubstitution (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 314 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad() 384 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
|
| H A D | X86FrameLowering.cpp | 1176 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall() 1182 MF.makeDebugValueSubstitution( in emitStackProbeCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 925 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A, in makeDebugValueSubstitution() function in MachineFunction 960 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst() 1073 makeDebugValueSubstitution({NewInstrNumber, 0}, P, Subreg); in salvageCopySSAImpl()
|
| H A D | InlineSpiller.cpp | 950 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
|
| H A D | TwoAddressInstructionPass.cpp | 703 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 181 instruction, and `MachineFunction::makeDebugValueSubstitution` to record the
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 536 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 443 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()
|