Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp69 class SVEType { class
76 SVEType() : SVEType("", 'v') {} in SVEType() function in __anone51b860d0111::SVEType
78 SVEType(StringRef TS, char CharMod, unsigned NumVectors = 1) in SVEType() function in __anone51b860d0111::SVEType
89 SVEType(const SVEType &Base, unsigned NumV) : SVEType(Base) { in SVEType() function in __anone51b860d0111::SVEType
174 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 …]