Searched refs:isSOP2 (Results 1 – 4 of 4) sorted by relevance
1063 assert(isSOP2()); in sop2()1068 assert(isSOP2()); in sop2()1071 constexpr bool isSOP2() const noexcept { return format == Format::SOP2; } in isSOP2() function1351 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
383 if (instr->isSOP1() || instr->isSOP2()) { in validate_ir()
365 static bool isSOP2(const MachineInstr &MI) { in isSOP2() function369 bool isSOP2(uint16_t Opcode) const { in isSOP2() function
3537 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()