Searched refs:GetFloatNeonType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 401 static llvm::VectorType *GetFloatNeonType(CodeGenFunction *CGF, in GetFloatNeonType() function 1905 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() 1913 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() 1930 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() 1946 Ops[0] = Builder.CreateBitCast(Ops[0], GetFloatNeonType(this, Type)); in EmitCommonNeonBuiltinExpr() 1998 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() 6932 llvm::Type *Tys[2] = {Ty, GetFloatNeonType(this, Type)}; in EmitAArch64BuiltinExpr() 6948 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() 6964 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() 6980 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() [all …]
|