Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp123 uint32_t StorageTotal = computeThreadStorageTotal(); in push() local
128 StorageTotal *= mapping::getWarpSize(); in push()
131 if (Usage[TId] + AlignedBytes <= StorageTotal) { in push()