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