Searched refs:GetNeonType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 5355 static llvm::FixedVectorType *GetNeonType(CodeGenFunction *CGF, in GetNeonType() function 6454 GetNeonType(this, Type, HasLegalHalfType, false, AllowBFloatArgsAndRet); in EmitCommonNeonBuiltinExpr() 6576 Ty = GetNeonType(this, NeonTypeFlags(NeonTypeFlags::Float32, false, Quad), in EmitCommonNeonBuiltinExpr() 6837 RTy, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 6846 Ty, GetNeonType(this, NeonTypeFlags(Type.getEltType(), false, in EmitCommonNeonBuiltinExpr() 7874 GetNeonType(this, Type, getTarget().hasLegalHalfType(), false, in EmitARMBuiltinExpr() 8290 llvm::FixedVectorType *Ty = GetNeonType(&CGF, Type); in EmitAArch64TblBuiltinExpr() 9830 llvm::Type *Ty = GetNeonType(this, NeonTypeFlags::Poly128); in EmitAArch64BuiltinExpr() 10484 llvm::FixedVectorType *VTy = GetNeonType(this, Type); in EmitAArch64BuiltinExpr() 10834 Ops[0] = Builder.CreateBitCast(Ops[0], GetNeonType(this, SrcFlag)); in EmitAArch64BuiltinExpr() [all …]
|