Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h212 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType() function
214 EltType ET = getEltType(); in isPoly()
265 EltType getEltType() const { in getEltType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp321 switch (Type.getEltType()) { in RFT()
356 switch (Flags.getEltType()) { in getNeonEltType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6341 switch (TypeFlags.getEltType()) { in GetNeonType()
6379 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
8062 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
8071 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
9665 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
9678 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType() function in CodeGenFunction
9679 switch (TypeFlags.getEltType()) { in getEltType()
9716 switch (TypeFlags.getEltType()) { in getSVEPredType()
9751 switch (TypeFlags.getEltType()) { in getSVEType()
12699 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenFunction.h4609 llvm::Type *getEltType(const SVETypeFlags &TypeFlags);