Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp215 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local
218 InstrNum = {Num, 2}; in lower()
260 /*InProlog=*/false, InstrNum); in lower()
H A DX86FrameLowering.h66 InstrNum = std::nullopt) const;
218 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
H A 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/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1132 uint64_t InstrNum;
1142 operator unsigned() const { return InstrNum; }
1252 uint64_t InstrNum);
1258 uint64_t InstrNum);
H A DInstrRefBasedImpl.cpp1495 } 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 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/
H A 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/
H A 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()