Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp607 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbe()
617 emitStackProbeCall(MF, MBB, MBBI, DL, InProlog, InstrNum); in emitStackProbe()
1131 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const { in emitStackProbeCall()
1192 if (InstrNum) { in emitStackProbeCall()
1195 MF.makeDebugValueSubstitution(*InstrNum, in emitStackProbeCall()
1202 *InstrNum, {ModInst->getDebugInstrNum(), SPDefOperand}); in emitStackProbeCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1171 uint64_t InstrNum;
1181 operator unsigned() const { return InstrNum; }
1291 uint64_t InstrNum);
1297 uint64_t InstrNum);
H A DInstrRefBasedImpl.cpp1488 } else if (PHIIt != DebugPHINumToValue.end() && PHIIt->InstrNum == InstNo) { in getValueForInstrRef()
1735 unsigned InstrNum = MI.getOperand(1).getImm(); in transferDebugPHI() local
1737 auto EmitBadPHI = [this, &MI, InstrNum]() -> bool { in transferDebugPHI()
1743 {InstrNum, MI.getParent(), std::nullopt, std::nullopt}); in transferDebugPHI()
1753 {InstrNum, MI.getParent(), Num, MTracker->lookupOrTrackRegister(Reg)}); in transferDebugPHI()
4074 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIs() argument
4077 auto SeenDbgPHIIt = SeenDbgPHIs.find(std::make_pair(&Here, InstrNum)); in resolveDbgPHIs()
4082 resolveDbgPHIsImpl(MF, MLiveOuts, MLiveIns, Here, InstrNum); in resolveDbgPHIs()
4083 SeenDbgPHIs.insert({std::make_pair(&Here, InstrNum), Result}); in resolveDbgPHIs()
4089 const FuncValueTable &MLiveIns, MachineInstr &Here, uint64_t InstrNum) { in resolveDbgPHIsImpl() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3377 for (unsigned InstrNum : TouchedInstructions.set_bits()) { in iterateTouchedInstructions() local
3381 if (InstrNum == 0) { in iterateTouchedInstructions()
3382 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
3386 Value *V = InstrFromDFSNum(InstrNum); in iterateTouchedInstructions()
3407 TouchedInstructions.reset(InstrNum); in iterateTouchedInstructions()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/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()