Home
last modified time | relevance | path

Searched defs: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