Searched refs:InstrNum (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 213 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum; in lower() local 216 InstrNum = {Num, 2}; in lower() 257 /*InProlog=*/false, InstrNum); in lower()
|
| H A D | X86FrameLowering.h | 61 InstrNum = std::nullopt) const; 213 std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const;
|
| H A D | X86CmovConversion.cpp | 868 if (unsigned InstrNum = MIIt->peekDebugInstrNum()) in convertCmovInstsToBranches() local 869 MIB->setDebugInstrNum(InstrNum); in convertCmovInstsToBranches()
|
| H A D | X86FrameLowering.cpp | 606 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 D | InstrRefBasedImpl.cpp | 1519 } 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 D | InstrRefBasedImpl.h | 1219 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 D | NewGVN.cpp | 3378 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 D | InstrEmitter.cpp | 905 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 D | MIParser.cpp | 1122 unsigned InstrNum = 0; in parse() local 1127 if (getUnsigned(InstrNum)) in parse() 1198 if (InstrNum) in parse() 1199 MI->setDebugInstrNum(InstrNum); in parse()
|