Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp94 if (InstInfo[CompIdx].hasMandatoryLiteral()) { in checkVOPDRegConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h657 bool hasMandatoryLiteral() const { return MandatoryLiteralIdx != ~0u; } in hasMandatoryLiteral() function
662 assert(hasMandatoryLiteral()); in getMandatoryLiteralCompOperandIndex()