Searched refs:SOPK_instruction (Results 1 – 7 of 7) sorted by relevance
101 case Format::SOPK: return hash_murmur_32<SOPK_instruction>(instr); in operator ()()198 SOPK_instruction& aK = a->sopk(); in operator ()()199 SOPK_instruction& bK = b->sopk(); in operator ()()
526 SOPK_instruction& sopk = instr->sopk(); in handle_instruction_gfx6()777 const SOPK_instruction& sopk = instr->sopk(); in handle_instruction_gfx10()785 aco_ptr<SOPK_instruction> wait{ in handle_instruction_gfx10()786 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1)}; in handle_instruction_gfx10()
980 struct SOPK_instruction;1054 SOPK_instruction& sopk() noexcept in sopk()1057 return *(SOPK_instruction*)this; in sopk()1059 const SOPK_instruction& sopk() const noexcept in sopk()1062 return *(SOPK_instruction*)this; in sopk()1328 struct SOPK_instruction : public Instruction { struct1332 static_assert(sizeof(SOPK_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
713 SOPK_instruction* waitcnt_vs = in emit_waitcnt()714 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1); in emit_waitcnt()
277 const SOPK_instruction& sopk = instr->sopk(); in print_instr_format_specific()
121 SOPK_instruction& sopk = instr->sopk(); in emit_instruction()
333 res.reset(create_instruction<SOPK_instruction>( in do_reload()