Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h188 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType() function
190 EltType ET = getEltType(); in isPoly()
241 EltType getEltType() const { in getEltType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp5461 switch (TypeFlags.getEltType()) { in GetNeonType()
5499 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
6949 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
6958 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
8533 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
8546 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType() function in CodeGenFunction
8547 switch (TypeFlags.getEltType()) { in getEltType()
8582 switch (TypeFlags.getEltType()) { in getSVEPredType()
8617 switch (TypeFlags.getEltType()) { in getSVEType()
11109 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
H A DCodeGenFunction.h4199 llvm::Type *getEltType(const SVETypeFlags &TypeFlags);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp2676 switch (Type.getEltType()) { in RFT()
2711 switch (Flags.getEltType()) { in getNeonEltType()