Searched refs:isSOPK (Results 1 – 4 of 4) sorted by relevance
1056 assert(isSOPK()); in sopk()1061 assert(isSOPK()); in sopk()1064 constexpr bool isSOPK() const noexcept { return format == Format::SOPK; } in isSOPK() function1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
293 if (instr->isSOPK() && instr->opcode != aco_opcode::s_movk_i32) in should_rematerialize()315 assert((instr->isVOP1() || instr->isSOP1() || instr->isPseudo() || instr->isSOPK()) && in do_reload()332 } else if (instr->isSOPK()) { in do_reload()
381 static bool isSOPK(const MachineInstr &MI) { in isSOPK() function385 bool isSOPK(uint16_t Opcode) const { in isSOPK() function
3555 if (isSOPK(MI)) { in verifyInstruction()