• Home
  • Raw
  • Download

Lines Matching refs:VoidPtrTy

544                                 CGM.VoidPtrTy, CGM.SizeTy,  in createRuntimeFunction()
545 CGM.VoidPtrTy->getPointerTo()->getPointerTo()}; in createRuntimeFunction()
547 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction()
578 llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy, in createRuntimeFunction()
581 llvm::Type *KmpcCopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
583 llvm::FunctionType::get(CGM.VoidPtrTy, KmpcCopyCtorTyArgs, in createRuntimeFunction()
587 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false) in createRuntimeFunction()
589 llvm::Type *FnTyArgs[] = {getIdentTyPointerTy(), CGM.VoidPtrTy, KmpcCtorTy, in createRuntimeFunction()
719 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg=*/false); in createRuntimeFunction()
727 CGM.VoidPtrTy}; in createRuntimeFunction()
737 llvm::Type *CpyTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
741 CGM.VoidPtrTy, CpyFnTy->getPointerTo(), in createRuntimeFunction()
752 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
757 CGM.VoidPtrTy, ReduceFnTy->getPointerTo(), in createRuntimeFunction()
769 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in createRuntimeFunction()
774 CGM.VoidPtrTy, ReduceFnTy->getPointerTo(), in createRuntimeFunction()
808 CGM.VoidPtrTy}; in createRuntimeFunction()
819 CGM.VoidPtrTy}; in createRuntimeFunction()
880 getIdentTyPointerTy(), CGM.Int32Ty, CGM.VoidPtrTy, CGM.Int32Ty, in createRuntimeFunction()
881 CGM.VoidPtrTy, CGM.Int32Ty, CGM.VoidPtrTy}; in createRuntimeFunction()
893 CGM.Int32Ty, CGM.VoidPtrTy, in createRuntimeFunction()
894 CGM.Int32Ty, CGM.VoidPtrTy}; in createRuntimeFunction()
923 CGM.VoidPtrTy, in createRuntimeFunction()
1086 CGM.VoidPtrTy), in emitThreadPrivateVarInit()
1112 /*Id=*/nullptr, CGM.getContext().VoidPtrTy); in emitThreadPrivateVarDefinition()
1116 CGM.getContext().VoidPtrTy, Args, FunctionType::ExtInfo(), in emitThreadPrivateVarDefinition()
1121 CtorCGF.StartFunction(GlobalDecl(), CGM.getContext().VoidPtrTy, Fn, FI, in emitThreadPrivateVarDefinition()
1125 CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
1133 CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
1144 /*Id=*/nullptr, CGM.getContext().VoidPtrTy); in emitThreadPrivateVarDefinition()
1157 /*Volatile=*/false, CGM.getContext().VoidPtrTy, Dst.getLocation()); in emitThreadPrivateVarDefinition()
1168 llvm::Type *CopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy}; in emitThreadPrivateVarDefinition()
1170 llvm::FunctionType::get(CGM.VoidPtrTy, CopyCtorTyArgs, in emitThreadPrivateVarDefinition()
1177 auto CtorTy = llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition()
1182 auto DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition()
1515 C.VoidPtrTy); in emitCopyprivateCopyFunction()
1517 C.VoidPtrTy); in emitCopyprivateCopyFunction()
1608 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitSingleRegion()
1618 CGF.EmitLValue(CopyprivateVars[I]).getPointer(), CGF.VoidPtrTy), in emitSingleRegion()
1629 CGF.VoidPtrTy); in emitSingleRegion()
1976 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
2047 addFieldToRecordDecl(C, RD, C.VoidPtrTy); in createKmpTaskTRecordDecl()
2135 PrivatesLVal.getPointer(), CGF.VoidPtrTy); in emitProxyTaskFunction()
2137 PrivatesParam = llvm::ConstantPointerNull::get(CGF.VoidPtrTy); in emitProxyTaskFunction()
2569 CGF.VoidPtrTy); in emitTaskCall()
2591 DepTaskArgs[6] = llvm::ConstantPointerNull::get(CGF.VoidPtrTy); in emitTaskCall()
2614 DepWaitTaskArgs[5] = llvm::ConstantPointerNull::get(CGF.VoidPtrTy); in emitTaskCall()
2741 C.VoidPtrTy); in emitReductionFunction()
2743 C.VoidPtrTy); in emitReductionFunction()
2893 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitReduction()
2904 CGF.EmitLValue(RHSExprs[I]).getPointer(), CGF.VoidPtrTy), in emitReduction()
2918 CGF.VoidPtrTy), in emitReduction()
2940 CGF.VoidPtrTy); in emitReduction()
3387 Ctx.VoidPtrTy, PointerNumAP, ArrayType::Normal, in emitTargetCall()
3436 BPVal = CGF.Builder.CreateBitCast(BPVal, CGM.VoidPtrTy); in emitTargetCall()
3440 BPVal = CGF.Builder.CreateIntToPtr(BPVal, CGM.VoidPtrTy); in emitTargetCall()
3443 llvm::ArrayType::get(CGM.VoidPtrTy, PointerNumVal), in emitTargetCall()
3445 Address BPAddr(BP, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy)); in emitTargetCall()
3450 PVal = CGF.Builder.CreateBitCast(PVal, CGM.VoidPtrTy); in emitTargetCall()
3454 PVal = CGF.Builder.CreateIntToPtr(PVal, CGM.VoidPtrTy); in emitTargetCall()
3457 llvm::ArrayType::get(CGM.VoidPtrTy, PointerNumVal), PointersArray, in emitTargetCall()
3459 Address PAddr(P, Ctx.getTypeAlignInChars(Ctx.VoidPtrTy)); in emitTargetCall()
3475 llvm::ArrayType::get(CGM.VoidPtrTy, PointerNumVal), BasePointersArray, in emitTargetCall()
3478 llvm::ArrayType::get(CGM.VoidPtrTy, PointerNumVal), PointersArray, in emitTargetCall()