Searched refs:GetNeonType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6335 static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF, in GetNeonType() function 7680 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr() 7802 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad), in EmitCommonNeonBuiltinExpr() 7811 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float16, false, Quad), in EmitCommonNeonBuiltinExpr() 8062 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 8071 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 9140 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr() 9556 llvm::FixedVectorType *Ty = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr() 11684 llvm::Type *Ty = GetNeonType(this, NeonTypeFlags::Poly128); in EmitAArch64BuiltinExpr() 12344 llvm::FixedVectorType *VTy = GetNeonType(this, Type); in EmitAArch64BuiltinExpr() [all …]
|