Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5274 static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF, in GetNeonType() function
6373 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr()
6495 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad), in EmitCommonNeonBuiltinExpr()
6756 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
6765 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr()
7793 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr()
8209 llvm::FixedVectorType *Ty = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr()
9725 llvm::Type *Ty = GetNeonType(this, NeonTypeFlags::Poly128); in EmitAArch64BuiltinExpr()
10379 llvm::FixedVectorType *VTy = GetNeonType(this, Type); in EmitAArch64BuiltinExpr()
10729 Ops[0] = Builder.CreateBitCast(Ops[0], GetNeonType(this, SrcFlag)); in EmitAArch64BuiltinExpr()
[all …]