Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1176 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1182 MF.makeDebugValueSubstitution( in emitStackProbeCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp925 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 DInlineSpiller.cpp950 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp703 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md181 instruction, and `MachineFunction::makeDebugValueSubstitution` to record the
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h536 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp443 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()