Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp6072 switch (TypeFlags.getEltType()) { in GetNeonType()
6110 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
7803 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
7812 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
9406 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
9419 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType() function in CodeGenFunction
9420 switch (TypeFlags.getEltType()) { in getEltType()
9457 switch (TypeFlags.getEltType()) { in getSVEPredType()
9492 switch (TypeFlags.getEltType()) { in getSVEType()
12415 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenFunction.h4315 llvm::Type *getEltType(const SVETypeFlags &TypeFlags);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2931 switch (Type.getEltType()) { in RFT()
2966 switch (Flags.getEltType()) { in getNeonEltType()