Home
last modified time | relevance | path

Searched refs:getDebugInstrNum (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp313 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
383 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
H A DX86FrameLowering.cpp1171 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1177 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1009 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1140 {Inst->getDebugInstrNum(), Inst->getOperandNo(&MO)}); in salvageCopySSAImpl()
1162 {ToExamine.getDebugInstrNum(), ToExamine.getOperandNo(&MO)}); in salvageCopySSAImpl()
1233 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DInlineSpiller.cpp931 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
932 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
H A DMachineInstr.cpp2316 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2322 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp702 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h458 unsigned getDebugInstrNum();
463 unsigned getDebugInstrNum(MachineFunction &MF);
/llvm-project-15.0.7/llvm/docs/
H A DInstrRefDebugInfo.md180 `MachineInstr::getDebugInstrNum` to acquire the instruction number for the new
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp858 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()