Searched refs:GetNeonType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 6066 static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF, in GetNeonType() function 7421 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr() 7543 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad), in EmitCommonNeonBuiltinExpr() 7803 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 7812 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 8881 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr() 9297 llvm::FixedVectorType *Ty = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr() 11401 llvm::Type *Ty = GetNeonType(this, NeonTypeFlags::Poly128); in EmitAArch64BuiltinExpr() 12060 llvm::FixedVectorType *VTy = GetNeonType(this, Type); in EmitAArch64BuiltinExpr() 12418 Ops[0] = Builder.CreateBitCast(Ops[0], GetNeonType(this, SrcFlag)); in EmitAArch64BuiltinExpr() [all …]
|