Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.cpp49 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128) { in LLVMContextImpl()
H A DType.cpp243 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
H A DLLVMContextImpl.h1517 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper()
H A DCGBuiltin.cpp388 llvm::Type *Int128PtrTy = Int128Ty->getPointerTo(); in EmitAtomicCmpXchg128ForMSIntrin()
394 ExchangeHigh = CGF.Builder.CreateZExt(ExchangeHigh, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
395 ExchangeLow = CGF.Builder.CreateZExt(ExchangeLow, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
9917 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr()
9918 Val1 = Builder.CreateZExt(Val1, Int128Ty); in EmitAArch64BuiltinExpr()
9920 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr()
10194 llvm::Type *Int128Ty = in EmitAArch64BuiltinExpr() local
10196 ValueType = Int128Ty; in EmitAArch64BuiltinExpr()
10197 RegisterType = Int128Ty; in EmitAArch64BuiltinExpr()
10413 return Builder.CreateBitCast(Ops[0], Int128Ty); in EmitAArch64BuiltinExpr()
[all …]
H A DTargetInfo.cpp794 ? Context.Int128Ty in classifyArgumentType()
816 ? getContext().Int128Ty in classifyReturnType()
11703 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyArgumentType()
11723 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyReturnType()
H A DItaniumCXXABI.cpp4199 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def122 SIGNED_TYPE(Int128, Int128Ty)
H A DASTContext.h1086 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp833 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
834 return GetType(ast.Int128Ty); in GetBuiltinTypeForEncodingAndBitSize()
1048 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1049 return GetType(ast.Int128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1063 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1064 return GetType(ast.Int128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2081 return ast->Int128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2391 if (bit_size == ast.getTypeSize(ast.Int128Ty)) in GetIntTypeFromBitSize()
2392 return GetType(ast.Int128Ty); in GetIntTypeFromBitSize()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1237 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1330 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes()
7069 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
11021 return Int128Ty; in getCorrespondingSignedType()
11224 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
11963 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1507 Result = Context.Int128Ty; in ConvertDeclSpecToType()
9457 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
H A DSemaExpr.cpp13119 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType()
13120 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType()
13128 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType()
13129 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaOverload.cpp8441 ArithmeticTypes.push_back(S.Context.Int128Ty); in InitArithmeticTypes()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6983 T = Context.Int128Ty; in GetType()