Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1240 static std::map<LLTCodeGen, unsigned> TypeIDValues; member in __anon612774070111::LLTOperandMatcher
1243 TypeIDValues.clear(); in initTypeIDValuesMap()
1247 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()
1263 const auto VI = TypeIDValues.find(Ty); in getValue()
1264 if (VI == TypeIDValues.end()) in getValue()
1269 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
1271 return TypeIDValues.count(Ty); in hasValue()
1285 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in __anon612774070111::LLTOperandMatcher