Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h675 constexpr unsigned COMPONENTS_NUM = 2; variable
891 const ComponentInfo CompInfo[COMPONENTS_NUM];
903 assert(ComponentIdx < COMPONENTS_NUM);
H A DAMDGPUBaseInfo.cpp932 assert(CompIdx < COMPONENTS_NUM); in getRegIndices()