Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp184 (MaxActiveLevelsVar == Other.MaxActiveLevelsVar) & in operator ==()
193 ASSERT(MaxActiveLevelsVar == Other.MaxActiveLevelsVar); in assertEqual()
202 ICVState.MaxActiveLevelsVar = 1; in init()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DState.h55 uint32_t MaxActiveLevelsVar; member
191 return lookupImpl(&ICVStateTy::MaxActiveLevelsVar, ForceTeamState); in lookup32()
192 return lookupForModify32Impl(&ICVStateTy::MaxActiveLevelsVar, Ident, in lookup32()