Lines Matching defs:DbgValue
289 Loc::Single::Single(const MachineInstr *DbgValue)
290 : Single(getDebugLocValue(DbgValue)) {}
1594 const MachineInstr *DbgValue,
1597 assert(DbgValue->getDebugLoc() && "DBG_VALUE without a debug location");
1598 auto MBB = DbgValue->getParent();
1599 auto DL = DbgValue->getDebugLoc();
1612 if (!Ordering.isBefore(DbgValue, LScopeBegin)) {
1617 MachineBasicBlock::const_reverse_iterator Pred(DbgValue);
1643 all_of(DbgValue->debug_operands(),
1678 // 0 | [DbgValue, 2, DBG_VALUE $reg0, [...] (fragment 0, 32)]
1679 // 1 | | [DbgValue, 4, DBG_VALUE $reg1, [...] (fragment 32, 32)]
1681 // 3 | | [DbgValue, 4, DBG_VALUE 123, [...] (fragment 64, 32)]
1682 // 4 [DbgValue, ~0, DBG_VALUE @g, [...] (fragment 0, 96)]