Lines Matching refs:IsInTTDRegion
338 void buildRecordForGlobalizedVars(bool IsInTTDRegion) { in buildRecordForGlobalizedVars() argument
343 if (IsInTTDRegion) in buildRecordForGlobalizedVars()
498 const RecordDecl *getGlobalizedRecord(bool IsInTTDRegion) { in getGlobalizedRecord() argument
500 buildRecordForGlobalizedVars(IsInTTDRegion); in getGlobalizedRecord()
1098 IsInTTDRegion = true; in emitNonSPMDKernel()
1112 IsInTTDRegion = false; in emitNonSPMDKernel()
1230 IsInTTDRegion = true; in emitSPMDKernel()
1244 IsInTTDRegion = false; in emitSPMDKernel()
1572 bool PrevIsInTTDRegion = IsInTTDRegion; in emitParallelOutlinedFunction()
1573 IsInTTDRegion = false; in emitParallelOutlinedFunction()
1585 IsInTTDRegion = PrevIsInTTDRegion; in emitParallelOutlinedFunction()
1740 if (!IsInTTDRegion && in emitGenericVarsProlog()
1804 } else if (!CGM.getLangOpts().OpenMPCUDATargetParallel && IsInTTDRegion) { in emitGenericVarsProlog()
1879 IsInTTDRegion && GlobalRecordSize <= SharedMemorySize; in emitGenericVarsProlog()
1886 IsInTTDRegion ? OMPRTL___kmpc_data_sharing_push_stack in emitGenericVarsProlog()
1935 if (!IsInTTDRegion && in emitGenericVarsProlog()
2020 if (!IsInTTDRegion && in emitGenericVarsEpilog()
2035 } else if (!CGM.getLangOpts().OpenMPCUDATargetParallel && IsInTTDRegion) { in emitGenericVarsEpilog()
4340 VarChecker.getGlobalizedRecord(IsInTTDRegion); in emitFunctionProlog()
4360 Data.insert(std::make_pair(VD, MappedVarData(FD, IsInTTDRegion))); in emitFunctionProlog()
4362 if (!IsInTTDRegion && !NeedToDelayGlobalization && !IsInParallelRegion) { in emitFunctionProlog()