Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidPtrTy

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