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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h982 struct SOPC_instruction;
1076 SOPC_instruction& sopc() noexcept
1079 return *(SOPC_instruction*)this;
1081 const SOPC_instruction& sopc() const noexcept
1084 return *(SOPC_instruction*)this;
1340 struct SOPC_instruction : public Instruction {}; struct in namespace:aco
1341 static_assert(sizeof(SOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding");

Completed in 6 milliseconds