Searched refs:asVOP3 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 619 Format format = asVOP3(tmp->format); in to_VOP3() 2170 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_ordering_test() 2243 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_comparison_ordering() 2368 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_constant_comparison_ordering() 2419 create_instruction<VOP3_instruction>(new_opcode, asVOP3(Format::VOPC), 2, 1); in combine_inverse_comparison() 2828 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOP2), 3, 2)); in combine_add_sub_b2i() 3335 asVOP3(Format::VOP2), 3, 1)); in combine_and_subbrev() 3883 create_instruction<VOP3_instruction>(mul_instr->opcode, asVOP3(Format::VOP2), 2, 1)); in combine_instruction()
|
D | aco_ir.h | 283 asVOP3(Format format) in asVOP3() function
|
D | aco_register_allocation.cpp | 3071 Format format = asVOP3(tmp->format); in register_allocation()
|
D | aco_instruction_selection.cpp | 9342 create_instruction<VOP3_instruction>(aco_opcode::v_rcp_f32, asVOP3(Format::VOP1), 1, 1)}; in prepare_cube_coords()
|