Searched refs:isSOPC (Results 1 – 3 of 3) sorted by relevance
223 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function227 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
340 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function344 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
387 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()