Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h114 StaticChunked = 33, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5171 bool StaticChunked = RT.isStaticChunked( in EmitOMPDistributeLoop() local
5176 StaticChunked) { in EmitOMPDistributeLoop()
5180 StaticChunked ? Chunk : nullptr); in EmitOMPDistributeLoop()
5199 if (StaticChunked) in EmitOMPDistributeLoop()
5233 StaticChunked](CodeGenFunction &CGF, PrePostActionTy &) { in EmitOMPDistributeLoop()
5239 [&S, StaticChunked](CodeGenFunction &CGF) { in EmitOMPDistributeLoop()
5240 if (StaticChunked) { in EmitOMPDistributeLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3546 case OMPScheduleType::StaticChunked: in initialize()