Searched refs:InstrNum (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86DynAllocaExpander.cpp | 215 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local 218 InstrNum = {Num, 2}; in lower() 260 /*InProlog=*/false, InstrNum); in lower()
|
| D | X86FrameLowering.h | 66 InstrNum = std::nullopt) const; 218 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
|
| D | X86FrameLowering.cpp | 586 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbe() 596 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe() 1112 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbeCall() 1173 if (InstrNum) { in emitStackProbeCall() 1176 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall() 1183 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | NewGVN.cpp | 3371 for (unsigned InstrNum : TouchedInstructions.set_bits()) { in iterateTouchedInstructions() local 3375 if (InstrNum == 0) { in iterateTouchedInstructions() 3376 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions() 3380 Value *V = InstrFromDFSNum(InstrNum); in iterateTouchedInstructions() 3401 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | InstrEmitter.cpp | 878 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef() local 879 MOs.push_back(MachineOperand::CreateDbgInstrRef(InstrNum, OperandIdx)); in EmitDbgInstrRef()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| D | MIParser.cpp | 1096 unsigned InstrNum = 0; in parse() local 1101 if (getUnsigned(InstrNum)) in parse() 1181 if (InstrNum) in parse() 1182 MI->setDebugInstrNum(InstrNum); in parse()
|