Home
last modified time | relevance | path

Searched refs:StaticChunked (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp233 case OMPGeneralSchedulingType::StaticChunked: in createSubFn()
258 if (Scheduling == OMPGeneralSchedulingType::StaticChunked) { in createSubFn()
268 if (Scheduling == OMPGeneralSchedulingType::StaticChunked) { in createSubFn()
307 if (Scheduling == OMPGeneralSchedulingType::StaticChunked || in createSubFn()
563 if (ChunkSize == 0 && Scheduling == OMPGeneralSchedulingType::StaticChunked) in getSchedType()
H A DLoopGenerators.cpp41 cl::values(clEnumValN(OMPGeneralSchedulingType::StaticChunked, "static",
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGenerators.h37 StaticChunked = 33, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5608 bool StaticChunked = in EmitOMPDistributeLoop() local
5613 StaticChunked) { in EmitOMPDistributeLoop()
5617 StaticChunked ? Chunk : nullptr); in EmitOMPDistributeLoop()
5636 if (StaticChunked) in EmitOMPDistributeLoop()
5670 StaticChunked](CodeGenFunction &CGF, PrePostActionTy &) { in EmitOMPDistributeLoop()
5676 [&S, StaticChunked](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5677 if (StaticChunked) { in EmitOMPDistributeLoop()