Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1156 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher
1159 const auto VI = TypeIDValues.find(Ty); in getValue()
1160 if (VI == TypeIDValues.end()) in getValue()
1166 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
1168 return TypeIDValues.count(Ty); in hasValue()
H A DGlobalISelMatchTable.h946 static std::map<LLTCodeGen, unsigned> TypeIDValues;
949 TypeIDValues.clear(); in initTypeIDValuesMap()
953 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()