Searched refs:makeDebugValueSubstitution (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 302 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad() 373 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
|
H A D | X86FrameLowering.cpp | 1191 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall() 1197 MF.makeDebugValueSubstitution( in emitStackProbeCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 953 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A, in makeDebugValueSubstitution() function in MachineFunction 988 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst() 1101 makeDebugValueSubstitution({NewInstrNumber, 0}, P, Subreg); in salvageCopySSAImpl()
|
H A D | InlineSpiller.cpp | 1019 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
|
H A D | TwoAddressInstructionPass.cpp | 808 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 581 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 471 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()
|