Searched refs:isSOPC (Results 1 – 3 of 3) sorted by relevance
475 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function479 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
923 if (MI.isCompare() && TII->isSOPC(MI)) { in run()
5210 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()