Searched refs:is_alu_op (Results 1 – 4 of 4) sorted by relevance
401 && v0->def && v0->def->is_alu_op(ALU_OP1_MOV)) { in fold_alu_op1()486 if (d0->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()488 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()523 if (d1->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()525 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()658 if ((d0->is_alu_op(op) || in fold_assoc()660 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()692 if ((d1->is_alu_op(op) || in fold_assoc()694 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()1011 if (!isc2 && v2->def && v2->def->is_alu_op(op)) { in fold_alu_op3()
313 if (dn->is_alu_op(ALU_OP1_TRUNC)) { in get_bool_flt_to_int_source()
374 bool node::is_alu_op(unsigned op) { in is_alu_op() function in r600_sb::node
832 bool is_alu_op(unsigned op);