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.cpp135 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 ==()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp420 if (EBM.hasMode(HwMode)) { in emitInstructionBaseValues()
H A DRegisterInfoEmitter.cpp1226 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()
1290 if (VVT.hasDefault() || VVT.hasMode(M)) in runTargetDesc()