Searched refs:makeDebugValueSubstitution (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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 | 1170 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall() 1176 MF.makeDebugValueSubstitution( in emitStackProbeCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 975 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A, in makeDebugValueSubstitution() function in MachineFunction 1010 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst() 1123 makeDebugValueSubstitution({NewInstrNumber, 0}, P, Subreg); in salvageCopySSAImpl()
|
| H A D | InlineSpiller.cpp | 933 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
|
| H A D | TwoAddressInstructionPass.cpp | 703 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InstrRefDebugInfo.md | 181 instruction, and `MachineFunction::makeDebugValueSubstitution` to record the
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 527 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 441 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()
|