Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp1131 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher
1134 const auto VI = TypeIDValues.find(Ty); in getValue()
1135 if (VI == TypeIDValues.end()) in getValue()
1141 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
1143 return TypeIDValues.count(Ty); in hasValue()
H A DGlobalISelMatchTable.h923 static std::map<LLTCodeGen, unsigned> TypeIDValues;
926 TypeIDValues.clear(); in initTypeIDValuesMap()
930 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()