Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86DynAllocaExpander.cpp215 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local
218 InstrNum = {Num, 2}; in lower()
260 /*InProlog=*/false, InstrNum); in lower()
DX86FrameLowering.h66 InstrNum = std::nullopt) const;
218 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
DX86FrameLowering.cpp586 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/
DNewGVN.cpp3371 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/
DInstrEmitter.cpp878 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/
DMIParser.cpp1096 unsigned InstrNum = 0; in parse() local
1101 if (getUnsigned(InstrNum)) in parse()
1181 if (InstrNum) in parse()
1182 MI->setDebugInstrNum(InstrNum); in parse()