Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1177 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1183 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp959 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1090 {Inst->getDebugInstrNum(), Inst->getOperandNo(&MO)}); in salvageCopySSAImpl()
1112 {ToExamine.getDebugInstrNum(), ToExamine.getOperandNo(&MO)}); in salvageCopySSAImpl()
1187 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DInlineSpiller.cpp948 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
949 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
H A DMachineInstr.cpp2370 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2376 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp702 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h483 unsigned getDebugInstrNum();
488 unsigned getDebugInstrNum(MachineFunction &MF);
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md180 `MachineInstr::getDebugInstrNum` to acquire the instruction number for the new
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp878 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()