Searched refs:Export_instruction (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h988 struct Export_instruction;
1142 Export_instruction& exp() noexcept
1145 return *(Export_instruction*)this;
1147 const Export_instruction& exp() const noexcept
1150 return *(Export_instruction*)this;
1617 struct Export_instruction : public Instruction { struct in namespace:aco
1626 static_assert(sizeof(Export_instruction) == sizeof(Instruction) + 4, "Unexpected padding");
H A Daco_opt_value_numbering.cpp102 case Format::EXP: return hash_murmur_32<Export_instruction>(instr);
H A Daco_assembler.cpp559 Export_instruction& exp = instr->exp();
778 Export_instruction& exp = (*it)->exp();
H A Daco_insert_waitcnt.cpp613 Export_instruction& exp_instr = instr->exp();
H A Daco_print_ir.cpp431 const Export_instruction& exp = instr->exp();
H A Daco_instruction_selection.cpp10650 aco_ptr<Export_instruction> exp{
10651 create_instruction<Export_instruction>(aco_opcode::exp, Format::EXP, 4, 0)};
10675 aco_ptr<Export_instruction> exp{
10676 create_instruction<Export_instruction>(aco_opcode::exp, Format::EXP, 4, 0)};

Completed in 49 milliseconds