Searched refs:OMod (Results 1 – 5 of 5) sorted by relevance
1690 int OMod = getOModValue(Op, ImmOp->getImm()); in isOMod() local1691 if (OMod == SIOutMods::NONE || in isOMod()1698 return std::pair(RegOp, OMod); in isOMod()1737 int OMod; in tryFoldOMod() local1738 std::tie(RegOp, OMod) = isOMod(MI); in tryFoldOMod()1739 if (OMod == SIOutMods::NONE || !RegOp->isReg() || in tryFoldOMod()1759 DefOMod->setImm(OMod); in tryFoldOMod()
1100 MachineOperand *OMod = TII->getNamedOperand(MI, AMDGPU::OpName::omod); in convertToSDWA() local1101 if (OMod) { in convertToSDWA()1102 SDWAInst.add(*OMod); in convertToSDWA()
209 // OMod clears exceptions when set. OMod was always an operand, but its265 // OMod clears exceptions when set in this instruction274 // OMod clears exceptions when set in this instruction292 // OMod clears exceptions when set in these 2 instructions484 // OMod clears exceptions when set in these two instructions
4799 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod); in verifyInstruction() local4800 if (OMod != nullptr && in verifyInstruction()4801 (!OMod->isImm() || OMod->getImm() != 0)) { in verifyInstruction()4839 const MachineOperand *OMod = getNamedOperand(MI, AMDGPU::OpName::omod); in verifyInstruction() local4840 if (OMod && (!OMod->isImm() || OMod->getImm() != 0)) { in verifyInstruction()
468 "Support OMod with SDWA (Sub-DWORD Addressing) extension"