Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h560 constexpr unsigned COMPONENTS_NUM = 2; variable
730 const ComponentInfo CompInfo[COMPONENTS_NUM];
742 assert(ComponentIdx < COMPONENTS_NUM);
H A DAMDGPUBaseInfo.cpp670 assert(CompIdx < COMPONENTS_NUM); in getRegIndices()