Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h172 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType() function
174 EltType ET = getEltType(); in isPoly()
225 EltType getEltType() const { in getEltType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5280 switch (TypeFlags.getEltType()) { in GetNeonType()
5318 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
6756 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
6765 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
8324 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
8337 llvm::Type *CodeGenFunction::getEltType(SVETypeFlags TypeFlags) { in getEltType() function in CodeGenFunction
8338 switch (TypeFlags.getEltType()) { in getEltType()
8373 switch (TypeFlags.getEltType()) { in getSVEPredType()
8408 switch (TypeFlags.getEltType()) { in getSVEType()
10726 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenFunction.h4133 llvm::Type *getEltType(SVETypeFlags TypeFlags);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp2016 switch (Type.getEltType()) { in RFT()
2051 switch (Flags.getEltType()) { in getNeonEltType()