Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupBWInsts.cpp302 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
373 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
HDX86FrameLowering.cpp1191 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1197 MF.makeDebugValueSubstitution( in emitStackProbeCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp953 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()
HDInlineSpiller.cpp1019 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
HDTwoAddressInstructionPass.cpp808 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFunction.h581 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIRParser.cpp471 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()