Home
last modified time | relevance | path

Searched refs:IsInTTDRegion (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp338 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()
[all …]
DCGOpenMPRuntimeGPU.h426 bool IsInTTDRegion = false; variable