clang 20.0.0git
|
Flags to identify the types for overloaded Neon builtins. More...
#include "clang/Basic/TargetBuiltins.h"
Public Types | |
enum | EltType { Int8 , Int16 , Int32 , Int64 , Poly8 , Poly16 , Poly64 , Poly128 , Float16 , Float32 , Float64 , BFloat16 } |
Public Member Functions | |
NeonTypeFlags (unsigned F) | |
NeonTypeFlags (EltType ET, bool IsUnsigned, bool IsQuad) | |
EltType | getEltType () const |
bool | isPoly () const |
bool | isUnsigned () const |
bool | isQuad () const |
Flags to identify the types for overloaded Neon builtins.
These must be kept in sync with the flags in utils/TableGen/NeonEmitter.h.
Definition at line 180 of file TargetBuiltins.h.
Enumerator | |
---|---|
Int8 | |
Int16 | |
Int32 | |
Int64 | |
Poly8 | |
Poly16 | |
Poly64 | |
Poly128 | |
Float16 | |
Float32 | |
Float64 | |
BFloat16 |
Definition at line 189 of file TargetBuiltins.h.
|
inline |
Definition at line 204 of file TargetBuiltins.h.
Definition at line 205 of file TargetBuiltins.h.
|
inline |
Definition at line 212 of file TargetBuiltins.h.
Referenced by GetFloatNeonType(), clang::getNeonEltType(), GetNeonType(), and isPoly().
|
inline |
Definition at line 213 of file TargetBuiltins.h.
References getEltType(), Poly16, Poly64, and Poly8.
|
inline |
Definition at line 218 of file TargetBuiltins.h.
Referenced by GetFloatNeonType(), and GetNeonType().
|
inline |
Definition at line 217 of file TargetBuiltins.h.
Referenced by clang::getNeonEltType().