Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.h81 bool hasMode(unsigned M) const { return Map.find(M) != Map.end(); } in hasMode() function
83 bool hasDefault() const { return hasMode(DefaultMode); } in hasDefault()
86 if (!hasMode(Mode)) { in get()
87 assert(hasMode(DefaultMode)); in get()
110 assert(hasMode(Mode) || hasDefault()); in makeSimple()
H A DCodeEmitterGen.cpp370 if (EBM.hasMode(HwMode)) in emitInstructionBaseValues()
H A DCodeGenDAGPatterns.cpp128 if (!VVT.hasMode(I.first)) in insert()
140 if (M == DefaultMode || hasMode(M)) in constrain()
150 if (VTS.hasMode(M) || VTS.hasDefault()) { in constrain()
241 bool NoModeThis = !hasMode(M) || get(M).empty(); in operator ==()
242 bool NoModeVTS = !VTS.hasMode(M) || VTS.get(M).empty(); in operator ==()