Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FixupBWInsts.cpp301 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
372 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
HDX86FrameLowering.cpp1192 {ModInst->getDebugInstrNum(), 0}); in emitStackProbeCall()
1198 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.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()
HDInlineSpiller.cpp1017 unsigned NewNum = FoldMI->getDebugInstrNum(); in foldMemoryOperand()
1018 unsigned OldNum = MI->getDebugInstrNum(); in foldMemoryOperand()
HDMachineInstr.cpp2481 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2487 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
HDTwoAddressInstructionPass.cpp807 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h536 unsigned getDebugInstrNum();
541 unsigned getDebugInstrNum(MachineFunction &MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp905 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()