Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h999 struct SOPC_instruction;
1094 SOPC_instruction& sopc() noexcept in sopc()
1097 return *(SOPC_instruction*)this; in sopc()
1099 const SOPC_instruction& sopc() const noexcept in sopc()
1102 return *(SOPC_instruction*)this; in sopc()
1370 struct SOPC_instruction : public Instruction { struct
1373 static_assert(sizeof(SOPC_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
Daco_optimizer.cpp4708 static_assert(sizeof(SOPK_instruction) <= sizeof(SOPC_instruction), in try_convert_sopc_to_sopk()