Searched refs:IsHwMode (Results 1 – 1 of 1) sorted by relevance
978 Predicate(Record *R, bool C = true) : Def(R), IfCond(C), IsHwMode(false) { in Def()984 IfCond(C), IsHwMode(true) {} in Def()991 std::string C = IsHwMode in getCondString()997 return IfCond == P.IfCond && IsHwMode == P.IsHwMode && Def == P.Def;1000 if (IsHwMode != P.IsHwMode)1001 return IsHwMode < P.IsHwMode;1014 bool IsHwMode; ///< Does this predicate correspond to a HW mode? variable