Home
last modified time | relevance | path

Searched refs:VOP1_instruction (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1011 struct VOP1_instruction;
1248 VOP1_instruction& vop1() noexcept in vop1()
1251 return *(VOP1_instruction*)this; in vop1()
1253 const VOP1_instruction& vop1() const noexcept in vop1()
1256 return *(VOP1_instruction*)this; in vop1()
1405 struct VOP1_instruction : public Instruction {}; struct
1406 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
Daco_insert_NOPs.cpp712 aco_ptr<VOP1_instruction> v_mov{ in handle_instruction_gfx10()
713 create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format::VOP1, 1, 1)}; in handle_instruction_gfx10()
Daco_spill.cpp329 res.reset(create_instruction<VOP1_instruction>( in do_reload()
Daco_register_allocation.cpp3056 mov.reset(create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, in register_allocation()