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.h635 constexpr unsigned COMPONENTS_NUM = 2; variable
805 const ComponentInfo CompInfo[COMPONENTS_NUM];
817 assert(ComponentIdx < COMPONENTS_NUM);
H A DAMDGPUBaseInfo.cpp732 assert(CompIdx < COMPONENTS_NUM); in getRegIndices()