Searched refs:hasMode (Results 1 – 4 of 4) sorted by relevance
108 bool hasMode(unsigned M) const { return Map.find(M) != Map.end(); } in hasMode() function144 assert(hasMode(Mode) || hasDefault()); in makeSimple()
135 if (!VVT.hasMode(I.first)) in insert()147 if (M == DefaultMode || hasMode(M)) in constrain()157 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()236 bool NoModeThis = !hasMode(M) || get(M).empty(); in operator ==()237 bool NoModeVTS = !VTS.hasMode(M) || VTS.get(M).empty(); in operator ==()
420 if (EBM.hasMode(HwMode)) { in emitInstructionBaseValues()
1226 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()1290 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()