Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp313 class MultiVectorType : public CRegularNamedType { class
318 MultiVectorType(unsigned Registers, const VectorType *Element) in MultiVectorType() function in __anonc95a670f0111::MultiVectorType
975 std::map<std::pair<std::string, unsigned>, std::unique_ptr<MultiVectorType>>
1003 const MultiVectorType *getMultiVectorType(unsigned Registers, in getMultiVectorType()
1007 MultiVectorTypes[key] = std::make_unique<MultiVectorType>(Registers, VT); in getMultiVectorType()
1790 const MultiVectorType *MT = getMultiVectorType(n, VT); in EmitHeader()