Searched refs:SVEType (Results 1 – 1 of 1) sorted by relevance
69 class SVEType { class76 SVEType() : SVEType("", 'v') {} in SVEType() function in __anone51b860d0111::SVEType78 SVEType(StringRef TS, char CharMod, unsigned NumVectors = 1) in SVEType() function in __anone51b860d0111::SVEType89 SVEType(const SVEType &Base, unsigned NumV) : SVEType(Base) { in SVEType() function in __anone51b860d0111::SVEType174 std::vector<SVEType> Types;177 SVEType BaseType;196 SVEType getBaseType() const { return BaseType; } in getBaseType()221 SVEType getReturnType() const { return Types[0]; } in getReturnType()222 ArrayRef<SVEType> getTypes() const { return Types; } in getTypes()223 SVEType getParamType(unsigned I) const { return Types[I + 1]; } in getParamType()[all …]