Lines Matching refs:KmpInt32Ty

2394     QualType KmpInt32Ty =  in emitSingleRegion()  local
2396 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion()
3032 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument
3036 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
3039 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT()
3108 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument
3126 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3134 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3145 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3182 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument
3189 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty, in emitProxyTaskFunction()
3197 CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args); in emitProxyTaskFunction()
3206 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args, in emitProxyTaskFunction()
3215 CGF.GetAddrOfLocalVar(&GtidArg), /*Volatile=*/false, KmpInt32Ty, Loc); in emitProxyTaskFunction()
3279 CGF.MakeAddrLValue(CGF.ReturnValue, KmpInt32Ty)); in emitProxyTaskFunction()
3286 QualType KmpInt32Ty, in emitDestructorsFunction() argument
3291 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty, in emitDestructorsFunction()
3299 CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args); in emitDestructorsFunction()
3311 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
3849 QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit() local
3851 emitKmpRoutineEntryT(KmpInt32Ty); in emitTaskInit()
3856 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy)); in emitTaskInit()
3866 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy)); in emitTaskInit()
3901 CGM, Loc, D.getDirectiveKind(), KmpInt32Ty, KmpTaskTWithPrivatesPtrQTy, in emitTaskInit()
4164 CGM, Loc, KmpInt32Ty, KmpTaskTWithPrivatesPtrQTy, in emitTaskInit()