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 __anon819a2c470111::MultiVectorType
976 std::map<std::pair<std::string, unsigned>, std::unique_ptr<MultiVectorType>>
1004 const MultiVectorType *getMultiVectorType(unsigned Registers, in getMultiVectorType()
1008 MultiVectorTypes[key] = std::make_unique<MultiVectorType>(Registers, VT); in getMultiVectorType()
1791 const MultiVectorType *MT = getMultiVectorType(n, VT); in EmitHeader()