Lines Matching refs:KmpInt32Ty

2237     auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);  in emitSingleRegion()  local
2238 DidIt = CGF.CreateMemTemp(KmpInt32Ty, ".omp.copyprivate.did_it"); in emitSingleRegion()
3053 void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType KmpInt32Ty) { in emitKmpRoutineEntryT() argument
3057 QualType KmpRoutineEntryTyArgs[] = {KmpInt32Ty, C.VoidPtrTy}; in emitKmpRoutineEntryT()
3060 C.getFunctionType(KmpInt32Ty, KmpRoutineEntryTyArgs, EPI)); in emitKmpRoutineEntryT()
3192 QualType KmpInt32Ty, in createKmpTaskTRecordDecl() argument
3209 addFieldToRecordDecl(C, UD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3217 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3228 addFieldToRecordDecl(C, RD, KmpInt32Ty); in createKmpTaskTRecordDecl()
3265 OpenMPDirectiveKind Kind, QualType KmpInt32Ty, in emitProxyTaskFunction() argument
3272 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitProxyTaskFunction()
3279 CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args); in emitProxyTaskFunction()
3287 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, TaskEntry, TaskEntryFnInfo, Args); in emitProxyTaskFunction()
3295 CGF.GetAddrOfLocalVar(&GtidArg), /*Volatile=*/false, KmpInt32Ty, Loc); in emitProxyTaskFunction()
3354 CGF.MakeAddrLValue(CGF.ReturnValue, KmpInt32Ty)); in emitProxyTaskFunction()
3361 QualType KmpInt32Ty, in emitDestructorsFunction() argument
3366 ImplicitParamDecl GtidArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, KmpInt32Ty); in emitDestructorsFunction()
3374 CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args); in emitDestructorsFunction()
3383 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
3721 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1); in emitTaskInit() local
3723 emitKmpRoutineEntryT(KmpInt32Ty); in emitTaskInit()
3727 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy)); in emitTaskInit()
3761 CGM, Loc, D.getDirectiveKind(), KmpInt32Ty, KmpTaskTWithPrivatesPtrQTy, in emitTaskInit()
3841 CGM, Loc, KmpInt32Ty, KmpTaskTWithPrivatesPtrQTy, in emitTaskInit()