| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | BPF.cpp | 55 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyArgumentType() 77 if (EIT->getNumBits() > Context.getTypeSize(Context.Int128Ty)) in classifyReturnType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 38 ? Context.Int128Ty in classifyArgumentType() 61 ? getContext().Int128Ty in classifyReturnType()
|
| H A D | CodeGenTBAA.cpp | 187 return getTypeInfo(Context.Int128Ty); in getTypeInfoHelper()
|
| H A D | CGBuiltin.cpp | 508 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); in EmitAtomicCmpXchg128ForMSIntrin() local 509 Address DestAddr(DestPtr, Int128Ty, in EmitAtomicCmpXchg128ForMSIntrin() 511 ComparandAddr = ComparandAddr.withElementType(Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin() 514 ExchangeHigh = CGF.Builder.CreateZExt(ExchangeHigh, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin() 515 ExchangeLow = CGF.Builder.CreateZExt(ExchangeLow, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin() 517 CGF.Builder.CreateShl(ExchangeHigh, llvm::ConstantInt::get(Int128Ty, 64)); in EmitAtomicCmpXchg128ForMSIntrin()
|
| H A D | ItaniumCXXABI.cpp | 4595 getContext().UnsignedLongLongTy, getContext().Int128Ty, in EmitFundamentalRTTIDescriptors()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 41 Int64Ty(C, 64), Int128Ty(C, 128) {} in LLVMContextImpl()
|
| H A D | Type.cpp | 299 IntegerType *Type::getInt128Ty(LLVMContext &C) { return &C.pImpl->Int128Ty; } in getInt128Ty()
|
| H A D | LLVMContextImpl.h | 1762 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | PPC.cpp | 595 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitPPCBuiltinExpr() local 596 Op0 = Builder.CreateBitCast(Op0, llvm::FixedVectorType::get(Int128Ty, 1)); in EmitPPCBuiltinExpr() 597 Op1 = Builder.CreateBitCast(Op1, llvm::FixedVectorType::get(Int128Ty, 1)); in EmitPPCBuiltinExpr()
|
| H A D | ARM.cpp | 5198 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 5199 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr() 5200 Val1 = Builder.CreateZExt(Val1, Int128Ty); in EmitAArch64BuiltinExpr() 5202 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr() 5459 llvm::Type *Int128Ty = in EmitAArch64BuiltinExpr() local 5461 ValueType = Int128Ty; in EmitAArch64BuiltinExpr() 5462 RegisterType = Int128Ty; in EmitAArch64BuiltinExpr() 5529 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local 5533 Builder.CreateIntCast(EmitScalarExpr(E->getArg(0)), Int128Ty, IsSigned); in EmitAArch64BuiltinExpr() 5535 Builder.CreateIntCast(EmitScalarExpr(E->getArg(1)), Int128Ty, IsSigned); in EmitAArch64BuiltinExpr() [all …]
|
| H A D | X86.cpp | 2942 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitX86BuiltinExpr() local 2945 Value *LHS = Builder.CreateIntCast(Ops[0], Int128Ty, IsSigned); in EmitX86BuiltinExpr() 2946 Value *RHS = Builder.CreateIntCast(Ops[1], Int128Ty, IsSigned); in EmitX86BuiltinExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 122 SIGNED_TYPE(Int128, Int128Ty)
|
| H A D | ASTContext.h | 1221 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 800 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForEncodingAndBitSize() 801 return GetType(ast.Int128Ty); in GetBuiltinTypeForEncodingAndBitSize() 1013 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1014 return GetType(ast.Int128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1028 if (QualTypeMatchesBitSize(bit_size, ast, ast.Int128Ty)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1029 return GetType(ast.Int128Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2059 return ast->Int128Ty.getAsOpaquePtr(); in GetOpaqueCompilerType() 2370 if (bit_size == ast.getTypeSize(ast.Int128Ty)) in GetIntTypeFromBitSize() 2371 return GetType(ast.Int128Ty); in GetIntTypeFromBitSize()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1258 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 1351 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes() 8120 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank() 12229 return Int128Ty; in getCorrespondingSignedType() 12432 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr() 13219 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1132 Result = Context.Int128Ty; in ConvertDeclSpecToType() 9962 &S.Context.LongTy, &S.Context.LongLongTy, &S.Context.Int128Ty}; in ChangeIntegralSignedness()
|
| H A D | SemaExpr.cpp | 12896 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType() 12897 return Context.getExtVectorType(Context.Int128Ty, VTy->getNumElements()); in GetSignedVectorType() 12905 if (TypeSize == Context.getTypeSize(Context.Int128Ty)) in GetSignedVectorType() 12906 return Context.getVectorType(Context.Int128Ty, VTy->getNumElements(), in GetSignedVectorType()
|
| H A D | SemaOverload.cpp | 9283 ArithmeticTypes.push_back(S.Context.Int128Ty); in InitArithmeticTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 28222 auto *Int128Ty = Type::getInt128Ty(Builder.getContext()); in emitLoadLinked() local 28223 Lo = Builder.CreateZExt(Lo, Int128Ty, "lo64"); in emitLoadLinked() 28224 Hi = Builder.CreateZExt(Hi, Int128Ty, "hi64"); in emitLoadLinked() 28227 Lo, Builder.CreateShl(Hi, ConstantInt::get(Int128Ty, 64)), "val64"); in emitLoadLinked() 28264 Type *Int128Ty = Type::getInt128Ty(M->getContext()); in emitStoreConditional() local 28266 Value *CastVal = Builder.CreateBitCast(Val, Int128Ty); in emitStoreConditional()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7575 T = Context.Int128Ty; in GetType()
|