Home
last modified time | relevance | path

Searched refs:hasMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h108 bool hasMode(unsigned M) const { return Map.find(M) != Map.end(); } in hasMode() function
144 assert(hasMode(Mode) || hasDefault()); in makeSimple()
H A DCodeGenDAGPatterns.cpp136 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 ==()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp423 if (EBM.hasMode(HwMode)) { in emitInstructionBaseValues()
H A DRegisterInfoEmitter.cpp1265 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
1329 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()