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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.h 38 bool in_p; member in struct:range_entry
gimple-if-to-switch.cc 422 /* All identified ranges must have equal expression and IN_P flag. */
427 bool in_p = info->m_ranges[0].in_p; local
430 info->m_true_edge = in_p ? true_edge : false_edge;
431 info->m_false_edge = in_p ? false_edge : true_edge;
444 || info->m_ranges[i].in_p != in_p)
ira-costs.cc 650 bool in_p = recog_data.operand_type[i] != OP_OUT;
655 if (! in_p)
680 ira_assert (in_p);
733 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0)
748 + (in_p
886 bool in_p = recog_data.operand_type[i] != OP_OUT;
891 if (! in_p)
916 ira_assert (in_p);
975 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0)
992 + (in_p
647 bool in_p = recog_data.operand_type[i] != OP_OUT; local
883 bool in_p = recog_data.operand_type[i] != OP_OUT; local
    [all...]
tree-ssa-reassoc.cc 2517 fprintf (file, " %c[", r->in_p ? '+' : '-');
2541 int in_p; local
2546 r->in_p = false;
2561 in_p = 0;
2623 in_p = !in_p;
2662 &low, &high, &in_p,
2677 r->in_p = in_p;
2784 [EXP, IN_P, LOW, HIGH, STRICT_OVERFLOW_P] is a merged range fo
3811 bool in_p = ranges[i].in_p; local
4128 int in_p = ranges[i].in_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.h 38 bool in_p; member in struct:range_entry
gimple-if-to-switch.cc 421 /* All identified ranges must have equal expression and IN_P flag. */
426 bool in_p = info->m_ranges[0].in_p; local
429 info->m_true_edge = in_p ? true_edge : false_edge;
430 info->m_false_edge = in_p ? false_edge : true_edge;
443 || info->m_ranges[i].in_p != in_p)
ira-costs.cc 649 bool in_p = recog_data.operand_type[i] != OP_OUT;
654 if (! in_p)
679 ira_assert (in_p);
732 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0)
747 + (in_p
885 bool in_p = recog_data.operand_type[i] != OP_OUT;
890 if (! in_p)
915 ira_assert (in_p);
974 + (in_p ? ira_memory_move_cost[mode][op_class][1] : 0)
991 + (in_p
646 bool in_p = recog_data.operand_type[i] != OP_OUT; local
882 bool in_p = recog_data.operand_type[i] != OP_OUT; local
    [all...]
tree-ssa-reassoc.cc 2504 fprintf (file, " %c[", r->in_p ? '+' : '-');
2528 int in_p; local
2533 r->in_p = false;
2548 in_p = 0;
2609 in_p = !in_p;
2648 &low, &high, &in_p,
2663 r->in_p = in_p;
2770 [EXP, IN_P, LOW, HIGH, STRICT_OVERFLOW_P] is a merged range fo
3766 bool in_p = ranges[i].in_p; local
4083 int in_p = ranges[i].in_p; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 189 int in0_p, in1_p, in_p; local
297 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0,
300 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in_p, low, high);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 188 int in0_p, in1_p, in_p; local
296 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0,
299 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in_p, low, high);
  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 585 int in_p; /* protocol. */ member in struct:ipnat_4_1_14
621 int in_p; member in struct:ipnat_4_1_0
2368 np->in_pr[0] = old->in_p;
2369 np->in_pr[1] = old->in_p;
2459 np->in_pr[0] = old->in_p;
2460 np->in_pr[1] = old->in_p;
4189 old->in_p = np->in_pr[0];
4268 old->in_p = np->in_pr[0];
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 585 int in_p; /* protocol. */ member in struct:ipnat_4_1_14
621 int in_p; member in struct:ipnat_4_1_0
2393 np->in_pr[0] = old->in_p;
2394 np->in_pr[1] = old->in_p;
2487 np->in_pr[0] = old->in_p;
2488 np->in_pr[1] = old->in_p;
4289 old->in_p = np->in_pr[0];
4370 old->in_p = np->in_pr[0];

Completed in 46 milliseconds