HomeSort by: relevance | last modified time | path
    Searched defs:valueize_op (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 711 - VALUEIZE_OP for every other top-level operand
718 ValueizeOp valueize_op,
738 res_op->set_op (code, type, valueize_op (op0));
744 tree op0 = valueize_op (TREE_OPERAND (rhs1, 0));
757 res_op->set_op (TREE_CODE (op0), type, valueize_op (op0));
764 res_op->set_op (code, type, valueize_op (rhs1));
769 tree rhs1 = valueize_op (gimple_assign_rhs1 (stmt));
770 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt));
780 rhs1 = valueize_op (rhs1);
781 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt))
863 auto valueize_op = [&](tree op) local
    [all...]
gimple-match-exports.cc 711 - VALUEIZE_OP for every other top-level operand
718 ValueizeOp valueize_op,
738 res_op->set_op (code, type, valueize_op (op0));
744 tree op0 = valueize_op (TREE_OPERAND (rhs1, 0));
757 res_op->set_op (TREE_CODE (op0), type, valueize_op (op0));
764 res_op->set_op (code, type, valueize_op (rhs1));
769 tree rhs1 = valueize_op (gimple_assign_rhs1 (stmt));
770 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt));
780 rhs1 = valueize_op (rhs1);
781 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt))
863 auto valueize_op = [&](tree op) local
    [all...]
tree-ssa-ccp.cc 1245 valueize_op (tree op) function
1295 return valueize_op (gimple_switch_index (as_a <gswitch *> (stmt)));
1302 valueize_op, valueize_op_1);
tree-ssa-ccp.cc 1245 valueize_op (tree op) function
1295 return valueize_op (gimple_switch_index (as_a <gswitch *> (stmt)));
1302 valueize_op, valueize_op_1);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 922 - VALUEIZE_OP for every other top-level operand
929 ValueizeOp valueize_op,
949 res_op->set_op (code, type, valueize_op (op0));
955 tree op0 = valueize_op (TREE_OPERAND (rhs1, 0));
968 res_op->set_op (TREE_CODE (op0), type, valueize_op (op0));
975 res_op->set_op (code, type, valueize_op (rhs1));
980 tree rhs1 = valueize_op (gimple_assign_rhs1 (stmt));
981 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt));
991 rhs1 = valueize_op (rhs1);
992 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt))
1074 auto valueize_op = [&](tree op) local
    [all...]
gimple-match-head.cc 922 - VALUEIZE_OP for every other top-level operand
929 ValueizeOp valueize_op,
949 res_op->set_op (code, type, valueize_op (op0));
955 tree op0 = valueize_op (TREE_OPERAND (rhs1, 0));
968 res_op->set_op (TREE_CODE (op0), type, valueize_op (op0));
975 res_op->set_op (code, type, valueize_op (rhs1));
980 tree rhs1 = valueize_op (gimple_assign_rhs1 (stmt));
981 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt));
991 rhs1 = valueize_op (rhs1);
992 tree rhs2 = valueize_op (gimple_assign_rhs2 (stmt))
1074 auto valueize_op = [&](tree op) local
    [all...]
tree-ssa-ccp.cc 1235 valueize_op (tree op) function
1286 tree op0 = valueize_op (gimple_cond_lhs (stmt));
1287 tree op1 = valueize_op (gimple_cond_rhs (stmt));
1295 return valueize_op (gimple_switch_index (as_a <gswitch *> (stmt)));
1301 valueize_op, valueize_op_1);
tree-ssa-ccp.cc 1235 valueize_op (tree op) function
1286 tree op0 = valueize_op (gimple_cond_lhs (stmt));
1287 tree op1 = valueize_op (gimple_cond_rhs (stmt));
1295 return valueize_op (gimple_switch_index (as_a <gswitch *> (stmt)));
1301 valueize_op, valueize_op_1);

Completed in 60 milliseconds