Searched refs:MultiVectorType (Results 1 – 1 of 1) sorted by relevance
313 class MultiVectorType : public CRegularNamedType { class318 MultiVectorType(unsigned Registers, const VectorType *Element) in MultiVectorType() function in __anon819a2c470111::MultiVectorType976 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()