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()
136 if (!VVT.hasMode(I.first)) in insert()148 if (M == DefaultMode || hasMode(M)) in constrain()158 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()235 bool NoModeThis = !hasMode(M) || get(M).empty(); in operator ==()236 bool NoModeVTS = !VTS.hasMode(M) || VTS.get(M).empty(); in operator ==()
423 if (EBM.hasMode(HwMode)) { in emitInstructionBaseValues()
1265 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()1329 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()