Lines Matching refs:Int128Ty
374 llvm::Type *Int128Ty = llvm::IntegerType::get(CGF.getLLVMContext(), 128); in EmitAtomicCmpXchg128ForMSIntrin() local
375 llvm::Type *Int128PtrTy = Int128Ty->getPointerTo(); in EmitAtomicCmpXchg128ForMSIntrin()
378 Int128Ty, CGF.getContext().toCharUnitsFromBits(128)); in EmitAtomicCmpXchg128ForMSIntrin()
381 ExchangeHigh = CGF.Builder.CreateZExt(ExchangeHigh, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
382 ExchangeLow = CGF.Builder.CreateZExt(ExchangeLow, Int128Ty); in EmitAtomicCmpXchg128ForMSIntrin()
384 CGF.Builder.CreateShl(ExchangeHigh, llvm::ConstantInt::get(Int128Ty, 64)); in EmitAtomicCmpXchg128ForMSIntrin()
9628 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
9629 Val0 = Builder.CreateZExt(Val0, Int128Ty); in EmitAArch64BuiltinExpr()
9630 Val1 = Builder.CreateZExt(Val1, Int128Ty); in EmitAArch64BuiltinExpr()
9632 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr()
9957 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
9961 Builder.CreateIntCast(EmitScalarExpr(E->getArg(0)), Int128Ty, IsSigned); in EmitAArch64BuiltinExpr()
9963 Builder.CreateIntCast(EmitScalarExpr(E->getArg(1)), Int128Ty, IsSigned); in EmitAArch64BuiltinExpr()
10104 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
10105 return Builder.CreateBitCast(Ops[0], Int128Ty); in EmitAArch64BuiltinExpr()
10108 llvm::Type *Int128Ty = llvm::Type::getIntNTy(getLLVMContext(), 128); in EmitAArch64BuiltinExpr() local
10109 llvm::Type *Int128PTy = llvm::PointerType::get(Int128Ty, 0); in EmitAArch64BuiltinExpr()
10111 return Builder.CreateAlignedLoad(Int128Ty, Ptr, in EmitAArch64BuiltinExpr()
14973 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitX86BuiltinExpr() local
14976 Value *LHS = Builder.CreateIntCast(Ops[0], Int128Ty, IsSigned); in EmitX86BuiltinExpr()
14977 Value *RHS = Builder.CreateIntCast(Ops[1], Int128Ty, IsSigned); in EmitX86BuiltinExpr()
15658 llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128); in EmitPPCBuiltinExpr() local
15659 Op0 = Builder.CreateBitCast(Op0, llvm::FixedVectorType::get(Int128Ty, 1)); in EmitPPCBuiltinExpr()
15660 Op1 = Builder.CreateBitCast(Op1, llvm::FixedVectorType::get(Int128Ty, 1)); in EmitPPCBuiltinExpr()