Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h199 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType() function
201 EltType ET = getEltType(); in isPoly()
252 EltType getEltType() const { in getEltType() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp5510 switch (TypeFlags.getEltType()) { in GetNeonType()
5548 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
7208 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
7217 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
8797 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
8810 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType() function in CodeGenFunction
8811 switch (TypeFlags.getEltType()) { in getEltType()
8846 switch (TypeFlags.getEltType()) { in getSVEPredType()
8881 switch (TypeFlags.getEltType()) { in getSVEType()
11417 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenFunction.h4204 llvm::Type *getEltType(const SVETypeFlags &TypeFlags);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp2779 switch (Type.getEltType()) { in RFT()
2814 switch (Flags.getEltType()) { in getNeonEltType()