Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp314 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
384 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
H A DX86FrameLowering.cpp1170 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1176 MF.makeDebugValueSubstitution( in emitStackProbeCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp975 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 DInlineSpiller.cpp933 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp703 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md181 instruction, and `MachineFunction::makeDebugValueSubstitution` to record the
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h527 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp441 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()