Searched refs:InstrNum (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 215 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local 218 InstrNum = {Num, 2}; in lower() 260 /*InProlog=*/false, InstrNum); in lower()
|
| H A D | X86FrameLowering.h | 66 InstrNum = std::nullopt) const; 218 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
|
| H A 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/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 1132 uint64_t InstrNum; 1142 operator unsigned() const { return InstrNum; } 1252 uint64_t InstrNum); 1258 uint64_t InstrNum);
|
| H A D | InstrRefBasedImpl.cpp | 1495 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef() 1741 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local 1743 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool { in transferDebugPHI() 1749 {InstrNum, MI.getParent(), std::nullopt, std::nullopt}); in transferDebugPHI() 1759 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI() 1794 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI() 4077 const ValueTable *MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument 4084 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum)); in resolveDbgPHIs() 4089 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs() 4090 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result}); in resolveDbgPHIs() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A 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/ |
| H A 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/ |
| H A 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()
|