Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp313 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceLoad()
383 unsigned NewInstrNum = MIB->getDebugInstrNum(*MF); in tryReplaceExtend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1002 unsigned NewInstrNum = New.getDebugInstrNum(); in substituteDebugValuesForInst()
1108 {Inst->getDebugInstrNum(), Inst->getOperandNo(&MO)}); in salvageCopySSA()
1130 {ToExamine.getDebugInstrNum(), ToExamine.getOperandNo(&MO)}); in salvageCopySSA()
1216 unsigned ID = DefMI.getDebugInstrNum(); in finalizeDebugInstrRefs()
H A DMachineInstr.cpp2372 unsigned MachineInstr::getDebugInstrNum() { in getDebugInstrNum() function in MachineInstr
2378 unsigned MachineInstr::getDebugInstrNum(MachineFunction &MF) { in getDebugInstrNum() function in MachineInstr
H A DTwoAddressInstructionPass.cpp620 unsigned NewInstrNum = NewMI->getDebugInstrNum(); in convertInstTo3Addr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h456 unsigned getDebugInstrNum();
461 unsigned getDebugInstrNum(MachineFunction &MF);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp848 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef()