| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 54 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 D | ABIInfoImpl.cpp | 37 ? Context.Int128Ty in classifyArgumentType() 59 ? getContext().Int128Ty in classifyReturnType()
|
| H A D | CodeGenTBAA.cpp | 142 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper()
|
| H A D | CGBuiltin.cpp | 409 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 D | ItaniumCXXABI.cpp | 4273 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 45 Int16Ty(C, 16), Int32Ty(C, 32), Int64Ty(C, 64), Int128Ty(C, 128) {} in LLVMContextImpl()
|
| H A D | Type.cpp | 256 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
|
| H A D | LLVMContextImpl.h | 1555 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 122 SIGNED_TYPE(Int128, Int128Ty)
|
| H A D | ASTContext.h | 1092 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 841 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 D | ASTContext.cpp | 1171 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 D | SemaType.cpp | 1524 Result = Context.Int128Ty; in ConvertDeclSpecToType() 9949 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
|
| H A D | SemaExpr.cpp | 13564 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 D | SemaOverload.cpp | 8815 ArithmeticTypes.push_back(S.Context.Int128Ty); in InitArithmeticTypes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7190 T = Context.Int128Ty; in GetType()
|