Lines Matching refs:SizeTy
1081 CGM.VoidPtrTy, CGM.SizeTy, in createRuntimeFunction()
1253 CGM.SizeTy, CGM.SizeTy, KmpRoutineEntryPtrTy}; in createRuntimeFunction()
1277 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, CGM.SizeTy, in createRuntimeFunction()
1293 getIdentTyPointerTy(), CGM.Int32Ty, CGM.Int32Ty, CGM.SizeTy, in createRuntimeFunction()
1310 getIdentTyPointerTy(), CGM.Int32Ty, CGM.Int32Ty, CGM.SizeTy, in createRuntimeFunction()
1544 CGM.SizeTy->getPointerTo(), in createRuntimeFunction()
1560 CGM.SizeTy->getPointerTo(), in createRuntimeFunction()
1596 CGM.SizeTy->getPointerTo(), in createRuntimeFunction()
1610 CGM.SizeTy->getPointerTo(), in createRuntimeFunction()
1624 CGM.SizeTy->getPointerTo(), in createRuntimeFunction()
2912 llvm::ConstantInt::get(CGM.SizeTy, Size), nullptr); in createOffloadEntry()
3923 CGF.Builder.CreatePtrToInt(Addr.getPointer(), CGM.SizeTy); in emitTaskCall()
3924 llvm::Value *UpIntPtr = CGF.Builder.CreatePtrToInt(UpAddr, CGM.SizeTy); in emitTaskCall()
4279 CGF, OVE, RValue::get(CGF.Builder.CreatePtrToInt(Ptr, CGF.SizeTy))); in emitReductionFunction()
4420 CGF.SizeTy, /*isSigned=*/false); in emitReduction()
5040 CGF.Builder.CreateIntCast(LengthVal, CGF.SizeTy, /*isSigned=*/false); in getExprTypeSize()
5509 CurSizes.push_back(llvm::Constant::getNullValue(CGF.SizeTy)); in generateDefaultMapInfo()
5600 llvm::ArrayType::get(CGM.SizeTy, ConstSizes.size()), ConstSizes); in emitOffloadingArrays()
5651 llvm::ArrayType::get(CGM.SizeTy, PointerNumVal), SizesArray, in emitOffloadingArrays()
5656 CGF.Builder.CreateIntCast(Sizes[i], CGM.SizeTy, /*isSigned=*/true), in emitOffloadingArrays()
5680 llvm::ArrayType::get(CGM.SizeTy, NumElems), SizesArray, in emitOffloadingArraysArgument()
5689 SizesArrayArg = llvm::ConstantPointerNull::get(CGM.SizeTy->getPointerTo()); in emitOffloadingArraysArgument()