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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp101 case Format::SOPK: return hash_murmur_32<SOPK_instruction>(instr);
198 SOPK_instruction& aK = a->sopk();
199 SOPK_instruction& bK = b->sopk();
H A Daco_insert_NOPs.cpp526 SOPK_instruction& sopk = instr->sopk();
777 const SOPK_instruction& sopk = instr->sopk();
785 aco_ptr<SOPK_instruction> wait{
786 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1)};
H A Daco_ir.h980 struct SOPK_instruction;
1054 SOPK_instruction& sopk() noexcept
1057 return *(SOPK_instruction*)this;
1059 const SOPK_instruction& sopk() const noexcept
1062 return *(SOPK_instruction*)this;
1328 struct SOPK_instruction : public Instruction { struct in namespace:aco
1332 static_assert(sizeof(SOPK_instruction) == sizeof(Instruction) + 4, "Unexpected padding");
H A Daco_insert_waitcnt.cpp713 SOPK_instruction* waitcnt_vs =
714 create_instruction<SOPK_instruction>(aco_opcode::s_waitcnt_vscnt, Format::SOPK, 0, 1);
H A Daco_print_ir.cpp277 const SOPK_instruction& sopk = instr->sopk();
H A Daco_assembler.cpp121 SOPK_instruction& sopk = instr->sopk();
H A Daco_spill.cpp333 res.reset(create_instruction<SOPK_instruction>(

Completed in 16 milliseconds