Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h641 unsigned MandatoryLiteralIdx = ~0u; variable
657 bool hasMandatoryLiteral() const { return MandatoryLiteralIdx != ~0u; } in hasMandatoryLiteral()
663 return MandatoryLiteralIdx; in getMandatoryLiteralCompOperandIndex()
679 return MandatoryLiteralIdx == Component::DST_NUM + CompSrcIdx; in hasMandatoryLiteralAt()
H A DAMDGPUBaseInfo.cpp682 MandatoryLiteralIdx = CompOprIdx; in ComponentProps()