| /src/external/gpl3/gcc/dist/gcc/ |
| tree-scalar-evolution.cc | 3561 tree match_op[3],inv, bitwise_scev; 3565 /* Match things like op2(MATCH_OP[2]), op1(MATCH_OP[1]), phidef(PHIDEF) 3572 if (!gimple_bitwise_induction_p (phidef, &match_op[0], NULL) 3573 || TREE_CODE (match_op[2]) != SSA_NAME 3574 || !(header_phi = dyn_cast <gphi *> (SSA_NAME_DEF_STMT (match_op[2]))) 3582 bitwise_scev = analyze_scalar_evolution (loop, match_op[1]); 3607 = gimple_assign_rhs_code (SSA_NAME_DEF_STMT (match_op[0])); 3707 tree match_op[2],inv; 3725 match_op[0] = gimple_assign_rhs1 (def) 3554 tree match_op[3],inv, bitwise_scev; local 3700 tree match_op[2],inv; local [all...] |
| tree-ssa-ccp.cc | 3685 tree match_op[3]; local 3688 &match_op[0], NULL) 3689 || SSA_NAME_OCCURS_IN_ABNORMAL_PHI (match_op[2]) 3690 || !single_imm_use (match_op[2], &use_p, &g) 3693 mask = match_op[0]; 3694 if (TREE_CODE (match_op[1]) == INTEGER_CST) 3696 ibit = tree_log2 (match_op[1]); 3701 g = SSA_NAME_DEF_STMT (match_op[1]); 3734 match_op[1] = gimple_convert (&stmts, 3736 match_op[1]) 3782 tree match_op; local 3818 tree match_op; local [all...] |
| genmatch.cc | 1652 operand *match_op = s->match; local 1661 && (contains_id (match_op, id) 1670 match_op = replace_id (match_op, id, oper); 1678 simplify *ns = new simplify (s->kind, s->id, match_op, result_op, 2136 dt_operand *match_op = indexes[cc_index]; local 2143 dt_operand match (dt_node::DT_MATCH, 0, match_op, 0, 0);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-ccp.cc | 3606 tree match_op[3]; local 3609 &match_op[0], NULL) 3610 || SSA_NAME_OCCURS_IN_ABNORMAL_PHI (match_op[2]) 3611 || !single_imm_use (match_op[2], &use_p, &g) 3614 mask = match_op[0]; 3615 if (TREE_CODE (match_op[1]) == INTEGER_CST) 3617 ibit = tree_log2 (match_op[1]); 3622 g = SSA_NAME_DEF_STMT (match_op[1]); 3655 match_op[1] = gimple_convert (&stmts, 3657 match_op[1]) 3703 tree match_op; local 3739 tree match_op; local [all...] |
| genmatch.cc | 1499 operand *match_op = s->match; local 1508 && (contains_id (match_op, id) 1515 match_op = replace_id (match_op, id, oper); 1523 simplify *ns = new simplify (s->kind, s->id, match_op, result_op, 1975 dt_operand *match_op = indexes[cc_index]; local 1982 dt_operand match (dt_node::DT_MATCH, 0, match_op, 0, 0);
|