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