Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp7358 assert((RegisterType->isIntegerTy(32) || RegisterType->isIntegerTy(64)) in EmitSpecialRegisterBuiltin()
7374 llvm::Type *Types[] = { RegisterType }; in EmitSpecialRegisterBuiltin()
7403 ArgValue = Builder.CreateZExt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()
7409 ArgValue = Builder.CreatePtrToInt(ArgValue, RegisterType); in EmitSpecialRegisterBuiltin()
7784 llvm::Type *RegisterType; in EmitARMBuiltinExpr() local
7787 RegisterType = Int32Ty; in EmitARMBuiltinExpr()
7789 ValueType = RegisterType = Int64Ty; in EmitARMBuiltinExpr()
7791 ValueType = RegisterType = Int32Ty; in EmitARMBuiltinExpr()
9896 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
9928 llvm::Type *RegisterType = Int64Ty; in EmitAArch64BuiltinExpr() local
[all …]