Searched refs:isSOPC (Results 1 – 6 of 6) sorted by relevance
1096 assert(isSOPC()); in sopc()1101 assert(isSOPC()); in sopc()1104 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; } in isSOPC() function1351 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
280 if (instr->isSOPC() && in try_optimize_scc_nocompare()
4776 if (instr->isSOPC()) in apply_literals()
373 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function377 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
664 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
3537 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()