Searched refs:isSALU (Results 1 – 2 of 2) sorted by relevance
154 static bool isSALU(const MachineInstr &MI) { in isSALU() function158 bool isSALU(uint16_t Opcode) const { in isSALU() function
1572 if (!isGenericOpcode(Opcode) && !isSALU(Opcode) && !isSMRD(Opcode)) { in verifyInstruction()