Searched refs:isSOPP (Results 1 – 5 of 5) sorted by relevance
1067 assert(isSOPP()); in sopp()1072 assert(isSOPP()); in sopp()1075 constexpr bool isSOPP() const noexcept { return format == Format::SOPP; } in isSOPP() function1321 return isSOP1() || isSOP2() || isSOPC() || isSOPK() || isSOPP(); in isSALU()
444 if (instr->isSOPP() && instr->sopp().block != -1) in collect_preasm_stats()
2219 if (inst->isSOPP()) { in lower_to_hw_instr()
389 static bool isSOPP(const MachineInstr &MI) { in isSOPP() function393 bool isSOPP(uint16_t Opcode) const { in isSOPP() function
1007 if (TII->isSOPP(*MI)) in fixSMEMtoVectorWriteHazards()