Lines Matching refs:VoidPtrTy

472                                 CGM.VoidPtrTy, CGM.SizeTy,  in createRuntimeFunction()
473 CGM.VoidPtrTy->getPointerTo()->getPointerTo()}; in createRuntimeFunction()
475 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
495 llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy, in createRuntimeFunction()
498 llvm::Type *KmpcCopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
500 llvm::FunctionType::get(CGM.VoidPtrTy, KmpcCopyCtorTyArgs, in createRuntimeFunction()
504 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false) in createRuntimeFunction()
506 llvm::Type *FnTyArgs[] = {getIdentTyPointerTy(), CGM.VoidPtrTy, KmpcCtorTy, in createRuntimeFunction()
628 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg=*/false); in createRuntimeFunction()
636 CGM.VoidPtrTy}; in createRuntimeFunction()
646 llvm::Type *CpyTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
650 CGM.VoidPtrTy, CpyFnTy->getPointerTo(), in createRuntimeFunction()
661 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
666 CGM.VoidPtrTy, ReduceFnTy->getPointerTo(), in createRuntimeFunction()
678 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
683 CGM.VoidPtrTy, ReduceFnTy->getPointerTo(), in createRuntimeFunction()
819 CGF.Builder.CreatePointerCast(VDAddr, CGM.VoidPtrTy), in emitThreadPrivateVarInit()
841 /*Id=*/nullptr, CGM.getContext().VoidPtrTy); in emitThreadPrivateVarDefinition()
845 CGM.getContext().VoidPtrTy, Args, FunctionType::ExtInfo(), in emitThreadPrivateVarDefinition()
850 CtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidPtrTy, Fn, FI, in emitThreadPrivateVarDefinition()
855 CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
864 CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
875 /*Id=*/nullptr, CGM.getContext().VoidPtrTy); in emitThreadPrivateVarDefinition()
889 CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
900 llvm::Type *CopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in emitThreadPrivateVarDefinition()
902 llvm::FunctionType::get(CGM.VoidPtrTy, CopyCtorTyArgs, in emitThreadPrivateVarDefinition()
909 auto CtorTy = llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition()
914 auto DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition()
1117 C.VoidPtrTy); in emitCopyprivateCopyFunction()
1119 C.VoidPtrTy); in emitCopyprivateCopyFunction()
1213 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitSingleRegion()
1223 CGF.EmitLValue(CopyprivateVars[I]).getAddress(), CGF.VoidPtrTy), in emitSingleRegion()
1234 CGF.VoidPtrTy); in emitSingleRegion()
1453 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
1484 addFieldToRecordDecl(C, RD, C.VoidPtrTy); in createKmpTaskTRecordDecl()
1542 CGM.PointerAlignInBytes, C.VoidPtrTy, Loc); in emitProxyTaskFunction()
1642 C.VoidPtrTy); in emitReductionFunction()
1644 C.VoidPtrTy); in emitReductionFunction()
1741 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitReduction()
1749 CGF.EmitLValue(RHSExprs[I]).getAddress(), CGF.VoidPtrTy), in emitReduction()
1770 CGF.VoidPtrTy); in emitReduction()