Searched refs:hasMode (Results 1 – 4 of 4) sorted by relevance
110 bool hasMode(unsigned M) const { return Map.find(M) != Map.end(); } in hasMode() function146 assert(hasMode(Mode) || hasDefault()); in makeSimple()
379 if (EBM.hasMode(HwMode)) in emitInstructionBaseValues()
1240 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()1291 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
144 if (!VVT.hasMode(I.first)) in insert()156 if (M == DefaultMode || hasMode(M)) in constrain()166 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()246 bool NoModeThis = !hasMode(M) || get(M).empty(); in operator ==()247 bool NoModeVTS = !VTS.hasMode(M) || VTS.get(M).empty(); in operator ==()