Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp312 class MultiVectorType : public CRegularNamedType { class
317 MultiVectorType(unsigned Registers, const VectorType *Element) in MultiVectorType() function in __anone3a730d20111::MultiVectorType
977 std::map<std::pair<std::string, unsigned>, std::unique_ptr<MultiVectorType>>
1005 const MultiVectorType *getMultiVectorType(unsigned Registers, in getMultiVectorType()
1009 MultiVectorTypes[key] = std::make_unique<MultiVectorType>(Registers, VT); in getMultiVectorType()
1785 const MultiVectorType *MT = getMultiVectorType(n, VT); in EmitHeader()