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.cpp1163 std::map<LLTCodeGen, unsigned> LLTOperandMatcher::TypeIDValues; member in llvm::gi::LLTOperandMatcher
1166 const auto VI = TypeIDValues.find(Ty); in getValue()
1167 if (VI == TypeIDValues.end()) in getValue()
1173 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
1175 return TypeIDValues.count(Ty); in hasValue()
H A DGlobalISelMatchTable.h932 static std::map<LLTCodeGen, unsigned> TypeIDValues;
935 TypeIDValues.clear(); in initTypeIDValuesMap()
939 TypeIDValues[LLTy] = ID++; in initTypeIDValuesMap()