Searched refs:DbgValue (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp178 /// Insert a DBG_VALUE into MBB at Idx for DbgValue.
180 SlotIndex StopIdx, DbgVariableValue DbgValue,
266 DbgVariableValue DbgValue = I.value(); local
267 if (DbgValue.getLocNo() == LocNo)
274 DbgVariableValue DbgValue = I.value(); local
275 if (!DbgValue.isUndef() && DbgValue.getLocNo() > LocNo)
276 I.setValueUnchecked(DbgValue.changeLocNo(DbgValue.getLocNo() - 1));
286 DbgVariableValue DbgValue(getLocationN
726 extendDef(SlotIndex Idx, DbgVariableValue DbgValue, LiveRange *LR, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS) argument
770 addDefsFromCopies( LiveInterval *LI, DbgVariableValue DbgValue, const SmallVectorImpl<SlotIndex> &Kills, SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, MachineRegisterInfo &MRI, LiveIntervals &LIS) argument
856 DbgVariableValue DbgValue = Defs[i].second; local
925 DbgVariableValue DbgValue = I.value(); local
1241 DbgVariableValue DbgValue = I.value(); local
1300 insertDebugValue(MachineBasicBlock *MBB, SlotIndex StartIdx, SlotIndex StopIdx, DbgVariableValue DbgValue, bool Spilled, unsigned SpillOffset, LiveIntervals &LIS, const TargetInstrInfo &TII, const TargetRegisterInfo &TRI) argument
1371 DbgVariableValue DbgValue = I.value(); local
[all...]
H A DPostRASchedulerList.cpp695 MachineInstr *DbgValue = P.first; local
697 BB->splice(++OrigPrivMI, BB, DbgValue);
H A DMachineScheduler.cpp899 MachineInstr *DbgValue = P.first; local
901 if (&*RegionBegin == DbgValue)
903 BB->splice(++OrigPrevMI, BB, DbgValue);
905 RegionEnd = DbgValue;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h56 enum EntryKind { DbgValue, Clobber }; enumerator in enum:llvm::DbgValueHistoryMap::Entry::EntryKind
66 bool isDbgValue() const { return getEntryKind() == DbgValue; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp160 for (auto &DbgValue : DbgValues) {
163 BasicBlock *UserBB = DbgValue->getParent();
178 DbgValue->setOperand(0,
H A DLocal.cpp1351 Instruction *DbgValue = Builder.insertDbgValueIntrinsic(
1353 DbgValue->insertAfter(LI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp69 Entries.emplace_back(&MI, Entry::DbgValue);
H A DDwarfDebug.cpp268 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) {
272 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable");
273 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() &&
276 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue));
277 if (auto *E = DbgValue->getDebugExpression())
1534 const MachineInstr *DbgValue,
1536 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location");
1537 auto MBB = DbgValue->getParent();
1538 auto DL = DbgValue->getDebugLoc();
1561 MachineBasicBlock::const_reverse_iterator Pred(DbgValue);
[all...]
H A DDwarfDebug.h164 void initializeDbgValue(const MachineInstr *DbgValue);

Completed in 200 milliseconds