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()485 if (d0->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()487 else if (d0->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()522 if (d1->is_alu_op(ALU_OP2_MUL_IEEE)) in fold_mul_add()524 else if (d1->is_alu_op(ALU_OP2_MUL)) in fold_mul_add()657 if ((d0->is_alu_op(op) || in fold_assoc()659 d0->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()691 if ((d1->is_alu_op(op) || in fold_assoc()693 d1->is_alu_op(ALU_OP2_MUL))) && in fold_assoc()1008 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
821 bool is_alu_op(unsigned op);