Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h55 enum EntryKind { DbgValue, Clobber }; enumerator
65 bool isDbgValue() const { return getEntryKind() == DbgValue; } in isDbgValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp155 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
158 BasicBlock *UserBB = DbgValue->getParent(); in RewriteUsesOfClonedInstructions()
173 DbgValue->setOperand(0, in RewriteUsesOfClonedInstructions()
DLocal.cpp1341 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
1343 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp259 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue() argument
263 assert(getVariable() == DbgValue->getDebugVariable() && "Wrong variable"); in initializeDbgValue()
264 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue()
267 ValueLoc = std::make_unique<DbgValueLoc>(getDebugLocValue(DbgValue)); in initializeDbgValue()
268 if (auto *E = DbgValue->getDebugExpression()) in initializeDbgValue()
1343 const MachineInstr *DbgValue, in validThroughout() argument
1345 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location"); in validThroughout()
1346 auto MBB = DbgValue->getParent(); in validThroughout()
1347 auto DL = DbgValue->getDebugLoc(); in validThroughout()
1361 MachineBasicBlock::const_reverse_iterator Pred(DbgValue); in validThroughout()
[all …]
DDbgEntityHistoryCalculator.cpp68 Entries.emplace_back(&MI, Entry::DbgValue); in startDbgValue()
DDwarfDebug.h166 void initializeDbgValue(const MachineInstr *DbgValue);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp697 MachineInstr *DbgValue = P.first; in EmitSchedule() local
699 BB->splice(++OrigPrivMI, BB, DbgValue); in EmitSchedule()
DMachineScheduler.cpp899 MachineInstr *DbgValue = P.first; in placeDebugValues() local
901 if (&*RegionBegin == DbgValue) in placeDebugValues()
903 BB->splice(++OrigPrevMI, BB, DbgValue); in placeDebugValues()
905 RegionEnd = DbgValue; in placeDebugValues()