Home
last modified time | relevance | path

Searched refs:SOPK_instruction (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp101 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 ()()
Daco_insert_NOPs.cpp526 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()
Daco_ir.h980 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 { struct
1332 static_assert(sizeof(SOPK_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
Daco_insert_waitcnt.cpp713 SOPK_instruction* waitcnt_vs = in emit_waitcnt()
714 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1); in emit_waitcnt()
Daco_print_ir.cpp277 const SOPK_instruction& sopk = instr->sopk(); in print_instr_format_specific()
Daco_assembler.cpp121 SOPK_instruction& sopk = instr->sopk(); in emit_instruction()
Daco_spill.cpp333 res.reset(create_instruction<SOPK_instruction>( in do_reload()