Home
last modified time | relevance | path

Searched refs:RegisterType (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8229 assert((RegisterType->isIntegerTy(32) || RegisterType->isIntegerTy(64) || in EmitSpecialRegisterBuiltin()
8230 RegisterType->isIntegerTy(128)) && in EmitSpecialRegisterBuiltin()
8246 llvm::Type *Types[] = { RegisterType }; in EmitSpecialRegisterBuiltin()
8663 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local
8666 RegisterType = Int32Ty; in EmitARMBuiltinExpr()
8668 ValueType = RegisterType = Int64Ty; in EmitARMBuiltinExpr()
8670 ValueType = RegisterType = Int32Ty; in EmitARMBuiltinExpr()
11128 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
11135 RegisterType = Int128Ty; in EmitAArch64BuiltinExpr()
11165 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
[all …]