Lines Matching defs:VoidPtrTy
1633 CGF.Builder.CreatePointerCast(VDAddr.emitRawPointer(CGF), CGM.VoidPtrTy),
1660 /*Id=*/nullptr, CGM.getContext().VoidPtrTy,
1665 CGM.getContext().VoidPtrTy, Args);
1670 CtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidPtrTy, Fn, FI,
1674 CGM.getContext().VoidPtrTy, Dst.getLocation());
1681 CGM.getContext().VoidPtrTy, Dst.getLocation());
1692 /*Id=*/nullptr, CGM.getContext().VoidPtrTy,
1709 /*Volatile=*/false, CGM.getContext().VoidPtrTy, Dst.getLocation());
1721 llvm::Type *CopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
1722 auto *CopyCtorTy = llvm::FunctionType::get(CGM.VoidPtrTy, CopyCtorTyArgs,
1730 auto *CtorTy = llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy,
1736 auto *DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy,
1783 CGM.getModule(), CGM.VoidPtrTy,
1791 Name, Addr, CGM.GetTargetTypeStoreSize(CGM.VoidPtrTy).getQuantity(),
1813 CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(GAddr, CGM.VoidPtrTy),
2153 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
2155 ImplicitParamDecl RHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
2252 C.VoidPtrTy, ArraySize, nullptr, ArraySizeModifier::Normal,
2262 CGF.VoidPtrTy),
2272 CopyprivateList, CGF.VoidPtrTy, CGF.Int8Ty);
2399 : llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
2849 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy};
2945 addFieldToRecordDecl(C, RD, C.VoidPtrTy);
2959 addFieldToRecordDecl(C, RD, C.VoidPtrTy);
3052 PrivatesLVal.getPointer(CGF), CGF.VoidPtrTy);
3054 PrivatesParam = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
3061 CGF.VoidPtrTy, CGF.Int8Ty)
3794 EvtVal = CGF.EmitScalarConversion(EvtVal, C.VoidPtrTy, Evt->getType(),
3925 AffinitiesArray.emitRawPointer(CGF), CGM.VoidPtrTy);
4346 DependenciesArray, CGF.VoidPtrTy, CGF.Int8Ty);
4398 llvm::Value *Allocator = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
4432 CGF.Builder.CreateConstGEP(DependenciesArray, 1), CGF.VoidPtrTy,
4443 C.VoidPtrTy.castAs<PointerType>());
4452 CGF.VoidPtrTy);
4455 llvm::Value *Allocator = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
4552 DepTaskArgs[6] = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
4584 DepWaitTaskArgs[5] = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
4687 CGF.getContext().VoidPtrTy);
4709 Result.TaskDupFn, CGF.VoidPtrTy)
4710 : llvm::ConstantPointerNull::get(CGF.VoidPtrTy)};
4828 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
4830 ImplicitParamDecl RHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
5004 C.VoidPtrTy, ArraySize, nullptr, ArraySizeModifier::Normal,
5014 CGF.EmitLValue(RHSExprs[I]).getPointer(CGF), CGF.VoidPtrTy),
5025 CGF.Builder.CreateStore(CGF.Builder.CreateIntToPtr(Size, CGF.VoidPtrTy),
5045 ReductionList.getPointer(), CGF.VoidPtrTy);
5264 QualType VoidPtrTy = C.VoidPtrTy;
5265 VoidPtrTy.addRestrict();
5267 ImplicitParamDecl Param(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, VoidPtrTy,
5269 ImplicitParamDecl ParamOrig(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, VoidPtrTy,
5307 CGM.getContext().VoidPtrTy.castAs<PointerType>()->getTypePtr());
5339 C.VoidPtrTy, ImplicitParamKind::Other);
5340 ImplicitParamDecl ParamIn(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
5410 ImplicitParamDecl Param(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
5424 CGF.GetAddrOfLocalVar(&Param), C.VoidPtrTy.castAs<PointerType>());
5462 const FieldDecl *SharedFD = addFieldToRecordDecl(C, RD, C.VoidPtrTy);
5463 const FieldDecl *OrigFD = addFieldToRecordDecl(C, RD, C.VoidPtrTy);
5465 const FieldDecl *InitFD = addFieldToRecordDecl(C, RD, C.VoidPtrTy);
5466 const FieldDecl *FiniFD = addFieldToRecordDecl(C, RD, C.VoidPtrTy);
5467 const FieldDecl *CombFD = addFieldToRecordDecl(C, RD, C.VoidPtrTy);
5521 Fini ? Fini : llvm::ConstantPointerNull::get(CGM.VoidPtrTy);
5550 TaskRedInput.getPointer(), CGM.VoidPtrTy)};
5562 CGM.VoidPtrTy)};
5614 SharedLVal.getPointer(CGF), CGM.VoidPtrTy)};
5646 DepWaitTaskArgs[5] = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
5855 llvm::Value *MemSpaceHandle = llvm::ConstantPointerNull::get(CGF.VoidPtrTy);
5863 AllocatorTraitsLVal.getAddress(), CGF.VoidPtrPtrTy, CGF.VoidPtrTy);
5864 AllocatorTraitsLVal = CGF.MakeAddrLValue(Addr, CGF.getContext().VoidPtrTy,
5878 CGF.EmitScalarConversion(AllocatorVal, CGF.getContext().VoidPtrTy,
5891 CGF.getContext().VoidPtrTy,
7296 LowestElem, CGF.VoidPtrTy, CGF.Int8Ty),
8292 llvm::Value *CLAddr = CGF.Builder.CreatePointerCast(LB, CGF.VoidPtrTy);
8293 llvm::Value *CHAddr = CGF.Builder.CreatePointerCast(HAddr, CGF.VoidPtrTy);
8393 CGF.Builder.CreateIntCast(CGF.getTypeSize(CGF.getContext().VoidPtrTy),
8505 CGF.getTypeSize(CGF.getContext().VoidPtrTy), CGF.Int64Ty,
9085 C.VoidPtrTy, ImplicitParamKind::Other);
9086 ImplicitParamDecl BaseArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
9089 C.VoidPtrTy, ImplicitParamKind::Other);
9094 ImplicitParamDecl NameArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
9124 /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
9127 /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
9130 /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
9142 /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
9196 Info.BasePointers[I], CGM.getTypes().ConvertTypeForMem(C.VoidPtrTy));
9198 Info.Pointers[I], CGM.getTypes().ConvertTypeForMem(C.VoidPtrTy));
9203 ? llvm::ConstantPointerNull::get(CGM.VoidPtrTy)
9591 CGF.VoidPtrTy, CGM.getPointerAlign());
9593 Address(Info.RTArgs.PointersArray, CGF.VoidPtrTy, CGM.getPointerAlign());
9597 Address(Info.RTArgs.MappersArray, CGF.VoidPtrTy, CGM.getPointerAlign());
10468 OffloadingArgs.push_back(llvm::Constant::getNullValue(CGF.VoidPtrTy));
10470 OffloadingArgs.push_back(llvm::Constant::getNullValue(CGF.VoidPtrTy));
10500 CGF.VoidPtrTy, CGM.getPointerAlign());
10501 InputInfo.PointersArray = Address(Info.RTArgs.PointersArray, CGF.VoidPtrTy,
10506 Address(Info.RTArgs.MappersArray, CGF.VoidPtrTy, CGM.getPointerAlign());
11195 CGM.VoidPtrTy)};
11301 CGF.getContext().VoidPtrTy,
11306 CGF.CGM.getTypes().ConvertType(CGF.getContext().VoidPtrTy));
11399 Addr.emitRawPointer(CGF), CGF.VoidPtrTy);