Searched defs:MinTeamsVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4446 createTargetInit(const LocationDescription &Loc, bool IsSPMD, int32_t MinThreadsVal, int32_t MaxThreadsVal, int32_t MinTeamsVal, int32_t MaxTeamsVal) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5884 computeMinAndMaxThreadsAndTeams( const OMPExecutableDirective &D, CodeGenFunction &CGF, int32_t &MinThreadsVal, int32_t &MaxThreadsVal, int32_t &MinTeamsVal, int32_t &MaxTeamsVal) argument
6006 getNumTeamsExprForTargetDirective( CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &MinTeamsVal, int32_t &MaxTeamsVal) argument
[all...]

Completed in 210 milliseconds