Searched refs:makeDebugValueSubstitution (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupBWInsts.cpp | 301 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceLoad() 372 MF->makeDebugValueSubstitution({OldInstrNum, 0}, {NewInstrNum, 0}, Subreg); in tryReplaceExtend()
|
| H A D | X86FrameLowering.cpp | 1252 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall() 1258 MF.makeDebugValueSubstitution( in emitStackProbeCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1008 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 D | InlineSpiller.cpp | 1038 MF.makeDebugValueSubstitution({OldNum, OldOperandNum}, in foldMemoryOperand()
|
| H A D | TwoAddressInstructionPass.cpp | 811 MF->makeDebugValueSubstitution(std::make_pair(OldInstrNum, OldIdx), in convertInstTo3Addr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 622 void makeDebugValueSubstitution(DebugInstrOperandPair, DebugInstrOperandPair,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 529 MF.makeDebugValueSubstitution({Sub.SrcInst, Sub.SrcOp}, in setupDebugValueTracking()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 988 MF->makeDebugValueSubstitution({OriginalInstr.peekDebugInstrNum(), 0}, in addDebugSubstitutionsToTable()
|