Searched refs:IsHwMode (Results 1 – 1 of 1) sorted by relevance
1060 Predicate(Record *R, bool C = true) : Def(R), IfCond(C), IsHwMode(false) { in Def()1066 IfCond(C), IsHwMode(true) {} in Def()1073 std::string C = IsHwMode in getCondString()1083 return IfCond == P.IfCond && IsHwMode == P.IsHwMode && Def == P.Def;1086 if (IsHwMode != P.IsHwMode)1087 return IsHwMode < P.IsHwMode;1100 bool IsHwMode; ///< Does this predicate correspond to a HW mode? variable