Home
last modified time | relevance | path

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

/external/AFLplusplus/instrumentation/
Dcmplog-instructions-pass.cc166 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/
DLLVMContextImpl.cpp42 Int128Ty(C, 128) { in LLVMContextImpl()
DType.cpp171 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
DLLVMContextImpl.h1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp41 Int128Ty(C, 128) {} in LLVMContextImpl()
DType.cpp182 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
DLLVMContextImpl.h1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/llvm/unittests/IR/
DConstantsTest.cpp124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128); in TEST() local
125 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp131 return getTBAAInfo(Context.Int128Ty); in getTBAAInfo()
DCGBuiltin.cpp4877 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()
DItaniumCXXABI.cpp3369 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
/external/clang/include/clang/AST/
DBuiltinTypes.def120 SIGNED_TYPE(Int128, Int128Ty)
DASTContext.h901 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp966 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/
DSemaType.cpp1405 Result = Context.Int128Ty; in ConvertDeclSpecToType()
DSemaOverload.cpp7222 &ASTContext::Int128Ty, in getArithmeticType()
/external/clang/lib/Serialization/
DASTReader.cpp6026 T = Context.Int128Ty; in GetType()