Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp585 Format format = asVOP3(tmp->format); in to_VOP3()
1828 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_ordering_test()
1902 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_comparison_ordering()
2028 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); in combine_constant_comparison_ordering()
2080 create_instruction<VOP3_instruction>(new_opcode, asVOP3(Format::VOPC), 2, 1); in combine_inverse_comparison()
2484 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOP2), 3, 2)); in combine_add_sub_b2i()
2981 asVOP3(Format::VOP2), 3, 1)); in combine_and_subbrev()
3322 create_instruction<VOP3_instruction>(mul_instr->opcode, asVOP3(Format::VOP2), 2, 1)); in combine_instruction()
Daco_ir.h282 asVOP3(Format format) in asVOP3() function
Daco_register_allocation.cpp2836 Format format = asVOP3(tmp->format); in register_allocation()
Daco_instruction_selection.cpp9156 create_instruction<VOP3_instruction>(aco_opcode::v_rcp_f32, asVOP3(Format::VOP1), 1, 1)}; in prepare_cube_coords()