Searched refs:GetFloatNeonType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6376 static llvm::VectorType *GetFloatNeonType(CodeGenFunction *CGF, in GetFloatNeonType() function 7819 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() 7827 llvm::Type *Tys[2] = { GetFloatNeonType(this, Type), Ty }; in EmitCommonNeonBuiltinExpr() 7844 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() 7860 Ops[0] = Builder.CreateBitCast(Ops[0], GetFloatNeonType(this, Type)); in EmitCommonNeonBuiltinExpr() 7912 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitCommonNeonBuiltinExpr() 12728 llvm::Type *Tys[2] = {Ty, GetFloatNeonType(this, Type)}; in EmitAArch64BuiltinExpr() 12744 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() 12760 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() 12776 llvm::Type *Tys[2] = { Ty, GetFloatNeonType(this, Type) }; in EmitAArch64BuiltinExpr() [all …]
|