Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1013 struct VOPC_instruction;
1270 VOPC_instruction& vopc() noexcept
1273 return *(VOPC_instruction*)this;
1275 const VOPC_instruction& vopc() const noexcept
1278 return *(VOPC_instruction*)this;
1411 struct VOPC_instruction : public Instruction {}; struct
1412 static_assert(sizeof(VOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
H A Daco_optimizer.cpp2178 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1); in combine_ordering_test()
2252 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1); in combine_comparison_ordering()
2377 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1); in combine_constant_comparison_ordering()
2456 new_instr = create_instruction<VOPC_instruction>(new_opcode, Format::VOPC, 2, 1); in combine_inverse_comparison()

Completed in 11 milliseconds