Lines Matching refs:KmpInt32Ty
1581 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitSingleRegion() local
1582 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion()
1972 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument
1976 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
1979 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT()
2036 createKmpTaskTRecordDecl(CodeGenModule &CGM, QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument
2049 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
2084 QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, in emitProxyTaskFunction() argument
2090 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitProxyTaskFunction()
2098 CGM.getTypes().arrangeFreeFunctionDeclaration(KmpInt32Ty, Args, Info, in emitProxyTaskFunction()
2107 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args); in emitProxyTaskFunction()
2112 CGF.GetAddrOfLocalVar(&GtidArg), /*Volatile=*/false, KmpInt32Ty, Loc); in emitProxyTaskFunction()
2145 CGF.MakeAddrLValue(CGF.ReturnValue, KmpInt32Ty)); in emitProxyTaskFunction()
2152 QualType KmpInt32Ty, in emitDestructorsFunction() argument
2157 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitDestructorsFunction()
2165 CGM.getTypes().arrangeFreeFunctionDeclaration(KmpInt32Ty, Args, Info, in emitDestructorsFunction()
2175 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
2316 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskCall() local
2318 emitKmpRoutineEntryT(KmpInt32Ty); in emitTaskCall()
2322 createKmpTaskTRecordDecl(CGM, KmpInt32Ty, KmpRoutineEntryPtrQTy)); in emitTaskCall()
2355 CGM, Loc, KmpInt32Ty, KmpTaskTWithPrivatesPtrQTy, KmpTaskTWithPrivatesQTy, in emitTaskCall()
2478 NeedsCleanup ? emitDestructorsFunction(CGM, Loc, KmpInt32Ty, in emitTaskCall()