Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp301 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad()
372 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
H A DX86FrameLowering.cpp1252 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1258 MF.makeDebugValueSubstitution( in emitStackProbeCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1008 void MachineFunction::makeDebugValueSubstitution(DebugInstrOperandPair A, in makeDebugValueSubstitution() function in MachineFunction
1043 makeDebugValueSubstitution(std::make_pair(OldInstrNum, I), in substituteDebugValuesForInst()
1156 makeDebugValueSubstitution({NewInstrNumber, 0}, P, Subreg); in salvageCopySSAImpl()
H A DInlineSpiller.cpp1038 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp811 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h622 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp529 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp988 MF->makeDebugValueSubstitution({OriginalInstr.peekDebugInstrNum(), 0}, in addDebugSubstitutionsToTable()