Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp213 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local
216 InstrNum = {Num, 2}; in lower()
257 /*InProlog=*/false, InstrNum); in lower()
H A DX86FrameLowering.h61 InstrNum = std::nullopt) const;
213 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
H A DX86CmovConversion.cpp868 if (unsigned InstrNum = MIIt->peekDebugInstrNum()) in convertCmovInstsToBranches() local
869 MIB->setDebugInstrNum(InstrNum); in convertCmovInstsToBranches()
H A DX86FrameLowering.cpp606 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbe()
616 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe()
1127 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbeCall()
1188 if (InstrNum) { in emitStackProbeCall()
1191 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1198 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1519 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef()
1769 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local
1771 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool { in transferDebugPHI()
1777 {InstrNum, MI.getParent(), std::nullopt, std::nullopt}); in transferDebugPHI()
1787 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI()
1822 auto DbgPHI = DebugPHIRecord({InstrNum, MI.getParent(), Result, SpillLoc}); in transferDebugPHI()
4108 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument
4111 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum)); in resolveDbgPHIs()
4116 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4117 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result}); in resolveDbgPHIs()
[all …]
H A DInstrRefBasedImpl.h1219 uint64_t InstrNum;
1229 operator unsigned() const { return InstrNum; }
1344 uint64_t InstrNum);
1350 uint64_t InstrNum);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3378 for (unsigned InstrNum : TouchedInstructions.set_bits()) { in iterateTouchedInstructions() local
3382 if (InstrNum == 0) { in iterateTouchedInstructions()
3383 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
3387 Value *V = InstrFromDFSNum(InstrNum); in iterateTouchedInstructions()
3410 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp905 unsigned InstrNum = DefMI->getDebugInstrNum(); in EmitDbgInstrRef() local
906 MOs.push_back(MachineOperand::CreateDbgInstrRef(InstrNum, OperandIdx)); in EmitDbgInstrRef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1122 unsigned InstrNum = 0; in parse() local
1127 if (getUnsigned(InstrNum)) in parse()
1198 if (InstrNum) in parse()
1199 MI->setDebugInstrNum(InstrNum); in parse()