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.h285 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); } in getEltType() function
287 EltType ET = getEltType(); in isPoly()
291 EltType ET = getEltType(); in isFloatingPoint()
297 switch (getEltType()) { in getEltSizeInBits()
366 EltType getEltType() const { in getEltType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp365 switch (TypeFlags.getEltType()) { in GetNeonType()
404 switch (IntTypeFlags.getEltType()) { in GetFloatNeonType()
2148 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
2157 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
3739 return getEltType(TypeFlags); in SVEBuiltinMemEltTy()
3752 llvm::Type *CodeGenFunction::getEltType(const SVETypeFlags &TypeFlags) { in getEltType() function in CodeGenFunction
3753 switch (TypeFlags.getEltType()) { in getEltType()
3791 switch (TypeFlags.getEltType()) { in getSVEPredType()
3826 switch (TypeFlags.getEltType()) { in getSVEType()
6903 assert(Type.getEltType() == NeonTypeFlags::Float64 && quad && in EmitAArch64BuiltinExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp323 switch (Flags.getEltType()) { in getNeonEltType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4780 llvm::Type *getEltType(const SVETypeFlags &TypeFlags);