Searched refs:Int128Ty (Results 1 – 17 of 17) sorted by relevance
/external/AFLplusplus/instrumentation/ |
D | cmplog-instructions-pass.cc | 166 IntegerType *Int128Ty = IntegerType::getInt128Ty(C); in hookInstrs() local 245 c16 = M.getOrInsertFunction("__cmplog_ins_hook16", VoidTy, Int128Ty, in hookInstrs() 246 Int128Ty, Int8Ty in hookInstrs() 263 cN = M.getOrInsertFunction("__cmplog_ins_hookN", VoidTy, Int128Ty, in hookInstrs() 264 Int128Ty, Int8Ty, Int8Ty in hookInstrs()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 42 Int128Ty(C, 128) { in LLVMContextImpl()
|
D | Type.cpp | 171 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
|
D | LLVMContextImpl.h | 1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 41 Int128Ty(C, 128) {} in LLVMContextImpl()
|
D | Type.cpp | 182 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
|
D | LLVMContextImpl.h | 1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local 125 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.cpp | 131 return getTBAAInfo(Context.Int128Ty); in getTBAAInfo()
|
D | CGBuiltin.cpp | 4877 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 4878 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr() 4879 Val1 = Builder.CreateZExt(Val1, Int128Ty); in EmitAArch64BuiltinExpr() 4881 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr()
|
D | ItaniumCXXABI.cpp | 3369 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 120 SIGNED_TYPE(Int128, Int128Ty)
|
D | ASTContext.h | 901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 966 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 1028 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes() 4715 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank() 8175 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr() 8740 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1405 Result = Context.Int128Ty; in ConvertDeclSpecToType()
|
D | SemaOverload.cpp | 7222 &ASTContext::Int128Ty, in getArithmeticType()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6026 T = Context.Int128Ty; in GetType()
|