Lines Matching defs:OMod
4799 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod);
4800 if (OMod != nullptr &&
4801 (!OMod->isImm() || OMod->getImm() != 0)) {
4802 ErrInfo = "OMod not allowed in SDWA instructions on VI";
4839 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod);
4840 if (OMod && (!OMod->isImm() || OMod->getImm() != 0)) {
4841 ErrInfo = "OMod not allowed in VOPC SDWA instructions on VI";