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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h989 struct FLAT_instruction;
1153 FLAT_instruction& flat() noexcept
1156 return *(FLAT_instruction*)this;
1158 const FLAT_instruction& flat() const noexcept
1161 return *(FLAT_instruction*)this;
1164 FLAT_instruction& global() noexcept
1167 return *(FLAT_instruction*)this;
1169 const FLAT_instruction& global() const noexcept
1172 return *(FLAT_instruction*)this;
1175 FLAT_instruction
1603 struct FLAT_instruction : public Instruction { struct in namespace:aco
[all...]
H A Daco_opt_value_numbering.cpp106 case Format::FLAT: return hash_murmur_32<FLAT_instruction>(instr);
H A Daco_insert_waitcnt.cpp636 FLAT_instruction& flat = instr->flat();
H A Daco_print_ir.cpp481 const FLAT_instruction& flat = instr->flatlike();
H A Daco_assembler.cpp509 FLAT_instruction& flat = instr->flatlike();
H A Daco_instruction_selection.cpp4154 aco_ptr<FLAT_instruction> flat{
4155 create_instruction<FLAT_instruction>(op, global ? Format::GLOBAL : Format::FLAT, 2, 1)};
6790 aco_ptr<FLAT_instruction> flat{
6791 create_instruction<FLAT_instruction>(op, global ? Format::GLOBAL : Format::FLAT, 3, 0)};
6903 aco_ptr<FLAT_instruction> flat{create_instruction<FLAT_instruction>(

Completed in 33 milliseconds