Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h626 MAX_OPR_NUM = DST_NUM + MAX_SRC_NUM enumerator
808 using RegIndices = std::array<unsigned, Component::MAX_OPR_NUM>;
H A DAMDGPUBaseInfo.cpp689 assert(CompOprIdx < Component::MAX_OPR_NUM); in getIndexInParsedOperands()
709 SkipSrc ? Component::DST_NUM : Component::MAX_OPR_NUM; in getInvalidCompOperandIndex()