Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp54 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyArgumentType()
74 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp37 ? Context.Int128Ty in classifyArgumentType()
59 ? getContext().Int128Ty in classifyReturnType()
H A DCodeGenTBAA.cpp142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper()
H A DCGBuiltin.cpp409 Address DestAddr(DestPtr, Int128Ty, in EmitAtomicCmpXchg128ForMSIntrin()
411 ComparandAddr = ComparandAddr.withElementType(Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
415 ExchangeLow = CGF.Builder.CreateZExt(ExchangeLow, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
10859 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr()
10860 Val1 = Builder.CreateZExt(Val1, Int128Ty); in EmitAArch64BuiltinExpr()
10862 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr()
11132 llvm::Type *Int128Ty = in EmitAArch64BuiltinExpr() local
11134 ValueType = Int128Ty; in EmitAArch64BuiltinExpr()
11135 RegisterType = Int128Ty; in EmitAArch64BuiltinExpr()
11407 return Builder.CreateBitCast(Ops[0], Int128Ty); in EmitAArch64BuiltinExpr()
[all …]
H A DItaniumCXXABI.cpp4273 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp45 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128) {} in LLVMContextImpl()
H A DType.cpp256 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
H A DLLVMContextImpl.h1555 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def122 SIGNED_TYPE(Int128, Int128Ty)
H A DASTContext.h1092 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp841 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForEncodingAndBitSize()
842 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()
2088 return ast->Int128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
2399 if (bit_size == ast.getTypeSize(ast.Int128Ty)) in GetIntTypeFromBitSize()
2400 return GetType(ast.Int128Ty); in GetIntTypeFromBitSize()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1171 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1264 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes()
7076 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
11128 return Int128Ty; in getCorrespondingSignedType()
11331 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
12105 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1524 Result = Context.Int128Ty; in ConvertDeclSpecToType()
9949 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
H A DSemaExpr.cpp13564 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType()
13565 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType()
13573 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType()
13574 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType()
H A DSemaOverload.cpp8815 ArithmeticTypes.push_back(S.Context.Int128Ty); in InitArithmeticTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7190 T = Context.Int128Ty; in GetType()