Searched refs:isSOP1 (Results 1 – 4 of 4) sorted by relevance
1052 assert(isSOP1()); in sop1()1057 assert(isSOP1()); in sop1()1060 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; } in isSOP1() function1351 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
320 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) && in do_reload()331 } else if (instr->isSOP1()) { in do_reload()
383 if (instr->isSOP1() || instr->isSOP2()) { in validate_ir()
357 static bool isSOP1(const MachineInstr &MI) { in isSOP1() function361 bool isSOP1(uint16_t Opcode) const { in isSOP1() function