clang API Documentation

Public Types | Public Member Functions
clang::NeonTypeFlags Class Reference

Flags to identify the types for overloaded Neon builtins. More...

#include <TargetBuiltins.h>

List of all members.

Public Types

enum  EltType {
  Int8, Int16, Int32, Int64,
  Poly8, Poly16, Poly64, Poly128,
  Float16, Float32, Float64
}

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

Detailed Description

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 98 of file TargetBuiltins.h.


Member Enumeration Documentation

Enumerator:
Int8 
Int16 
Int32 
Int64 
Poly8 
Poly16 
Poly64 
Poly128 
Float16 
Float32 
Float64 

Definition at line 107 of file TargetBuiltins.h.


Constructor & Destructor Documentation

Definition at line 121 of file TargetBuiltins.h.

clang::NeonTypeFlags::NeonTypeFlags ( EltType  ET,
bool  IsUnsigned,
bool  IsQuad 
) [inline]

Definition at line 122 of file TargetBuiltins.h.


Member Function Documentation

bool clang::NeonTypeFlags::isPoly ( ) const [inline]

Definition at line 130 of file TargetBuiltins.h.

References getEltType(), Poly16, and Poly8.

Referenced by clang::CodeGen::CodeGenFunction::EmitAArch64BuiltinExpr().

bool clang::NeonTypeFlags::isQuad ( ) const [inline]

The documentation for this class was generated from the following file: