Home
last modified time | relevance | path

Searched refs:is_alu_op (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp389 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()
479 if (d0->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()
481 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
516 if (d1->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()
518 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()
651 if ((d0->is_alu_op(op) || in fold_assoc()
653 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
685 if ((d1->is_alu_op(op) || in fold_assoc()
687 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()
1004 if (!isc2 && v2->def && v2->def->is_alu_op(o in fold_alu_op3()
[all...]
H A Dsb_peephole.cpp319 if (dn->is_alu_op(ALU_OP1_TRUNC)) { in get_bool_flt_to_int_source()
H A Dsb_ir.cpp374 bool node::is_alu_op(unsigned op) { in is_alu_op() function in r600_sb::node
H A Dsb_ir.h832 bool is_alu_op(unsigned op);

Completed in 6 milliseconds