Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp301 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
372 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
H A DX86FrameLowering.cpp1192 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1198 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp987 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1117 return ApplySubregisters({Inst->getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1138 {ToExamine.getDebugInstrNum(), MO.getOperandNo()}); in salvageCopySSAImpl()
1213 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DInlineSpiller.cpp1017 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
1018 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
H A DMachineInstr.cpp2481 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2487 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp807 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h536 unsigned getDebugInstrNum();
541 unsigned getDebugInstrNum(MachineFunction &MF);
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp905 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()