Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp831 if (const auto *AssumedGroupSize = A.getAAFor<AAAMDFlatWorkGroupSize>( in initialize() local
836 *F, {AssumedGroupSize->getAssumed().getLower().getZExtValue(), in initialize()
837 AssumedGroupSize->getAssumed().getUpper().getZExtValue() - 1}); in initialize()
859 const auto *AssumedGroupSize = A.getAAFor<AAAMDFlatWorkGroupSize>( in updateImpl() local
861 if (!CallerInfo || !AssumedGroupSize) in updateImpl()
869 {AssumedGroupSize->getAssumed().getLower().getZExtValue(), in updateImpl()
870 AssumedGroupSize->getAssumed().getUpper().getZExtValue() - 1}); in updateImpl()