HomeSort by: relevance | last modified time | path
    Searched defs:tem1 (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
gimple-isel.cc 201 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0); local
202 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
gimple-isel.cc 201 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0); local
202 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
tree-ssa-strlen.cc 4016 tree tem1 = fold_const_aggregate_ref (arg1); local
4017 if (tem1)
4018 arg1 = tem1;
tree-ssa-strlen.cc 4016 tree tem1 = fold_const_aggregate_ref (arg1); local
4017 if (tem1)
4018 arg1 = tem1;
combine.cc 12159 rtx tem, tem1;
12360 tem = XEXP (XEXP (op0, 0), 0), tem1 = XEXP (XEXP (op0, 0), 1);
12362 tem = XEXP (op0, 0), tem1 = XEXP (op0, 1);
12380 op1 = tem1;
12118 rtx tem, tem1; local
tree-ssa-reassoc.cc 3120 tree tem1, tem2, mask; local
3122 tem1 = fold_binary (MINUS_EXPR, type, highi, lowi);
3123 if (tem1 == NULL_TREE || TREE_CODE (tem1) != INTEGER_CST)
3126 if (!tree_int_cst_equal (tem1, tem2))
3129 tem1 = fold_binary (MINUS_EXPR, type, lowj, lowi);
3130 if (tem1 == NULL_TREE || TREE_CODE (tem1) != INTEGER_CST)
3132 if (!integer_pow2p (tem1))
3145 tem1 = fold_convert (type, tem1)
    [all...]
tree-ssa-sccvn.cc 847 vn_reference_op_s tem1, tem2; local
878 memset (&tem1, 0, sizeof (tem1));
879 tem1.op0 = TREE_OPERAND (vro1->op0, 0);
880 tem1.type = TREE_TYPE (tem1.op0);
881 tem1.opcode = TREE_CODE (tem1.op0);
882 vro1 = &tem1;
combine.cc 12159 rtx tem, tem1;
12360 tem = XEXP (XEXP (op0, 0), 0), tem1 = XEXP (XEXP (op0, 0), 1);
12362 tem = XEXP (op0, 0), tem1 = XEXP (op0, 1);
12380 op1 = tem1;
12118 rtx tem, tem1; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-isel.cc 156 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0); local
157 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
gimple-isel.cc 156 tree tem1 = gimple_build (&stmts, loc, BIT_NOT_EXPR, type, op0); local
157 tree tem2 = gimple_build (&stmts, loc, BIT_AND_EXPR, type, op2, tem1);
tree-ssa-strlen.cc 3990 tree tem1 = fold_const_aggregate_ref (arg1); local
3991 if (tem1)
3992 arg1 = tem1;
tree-ssa-strlen.cc 3990 tree tem1 = fold_const_aggregate_ref (arg1); local
3991 if (tem1)
3992 arg1 = tem1;
vr-values.cc 1006 value_range_equiv tem1; local
1007 const value_range_equiv *vr1 = &tem1;
1011 tem1.set (op1);
1013 tem1.set_varying (TREE_TYPE (op1));
vr-values.cc 1006 value_range_equiv tem1; local
1007 const value_range_equiv *vr1 = &tem1;
1011 tem1.set (op1);
1013 tem1.set_varying (TREE_TYPE (op1));
combine.cc 12029 rtx tem, tem1;
12231 tem = XEXP (XEXP (op0, 0), 0), tem1 = XEXP (XEXP (op0, 0), 1);
12233 tem = XEXP (op0, 0), tem1 = XEXP (op0, 1);
12251 op1 = tem1;
11988 rtx tem, tem1; local
tree-ssa-reassoc.cc 3106 tree tem1, tem2, mask; local
3108 tem1 = fold_binary (MINUS_EXPR, type, highi, lowi);
3109 if (tem1 == NULL_TREE || TREE_CODE (tem1) != INTEGER_CST)
3112 if (!tree_int_cst_equal (tem1, tem2))
3115 tem1 = fold_binary (MINUS_EXPR, type, lowj, lowi);
3116 if (tem1 == NULL_TREE || TREE_CODE (tem1) != INTEGER_CST)
3118 if (!integer_pow2p (tem1))
3131 tem1 = fold_convert (type, tem1)
    [all...]
tree-ssa-sccvn.cc 809 vn_reference_op_s tem1, tem2; local
840 memset (&tem1, 0, sizeof (tem1));
841 tem1.op0 = TREE_OPERAND (vro1->op0, 0);
842 tem1.type = TREE_TYPE (tem1.op0);
843 tem1.opcode = TREE_CODE (tem1.op0);
844 vro1 = &tem1;
  /src/external/gpl2/texinfo/dist/makeinfo/
node.c 1417 char *tem1, *tem2;
1445 tem1 = expand_node_name (prev);
1448 if (tem1 && tem2 && STREQ (tem1, tem2))
1450 free (tem1);
1482 tem1 = expand_node_name (tags->prev);
1484 prev_equals_up = STREQ (tem1, tem2);
1485 free (tem1);
1503 tem1 = expand_node_name (temp_tag->next);
1505 if (STREQ (tem1, tem2)
1411 char *tem1, *tem2; local
    [all...]
node.c 1417 char *tem1, *tem2;
1445 tem1 = expand_node_name (prev);
1448 if (tem1 && tem2 && STREQ (tem1, tem2))
1450 free (tem1);
1482 tem1 = expand_node_name (tags->prev);
1484 prev_equals_up = STREQ (tem1, tem2);
1485 free (tem1);
1503 tem1 = expand_node_name (temp_tag->next);
1505 if (STREQ (tem1, tem2)
1411 char *tem1, *tem2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.cc 2104 rtx tem1 = XEXP (x, 0); local
2109 if (!REG_P (tem1) && GET_CODE (tem1) != MULT)
2110 tem1 = tem2, tem2 = XEXP (x, 0);
2113 gcc_assert (REG_P (tem1) || GET_CODE (tem1) == MULT);
2116 recognize the typical MULT which is always in tem1 because of
2118 if ((GET_CODE (tem1) == MULT && cris_biap_index_p (tem1, false))
cris.cc 2104 rtx tem1 = XEXP (x, 0); local
2109 if (!REG_P (tem1) && GET_CODE (tem1) != MULT)
2110 tem1 = tem2, tem2 = XEXP (x, 0);
2113 gcc_assert (REG_P (tem1) || GET_CODE (tem1) == MULT);
2116 recognize the typical MULT which is always in tem1 because of
2118 if ((GET_CODE (tem1) == MULT && cris_biap_index_p (tem1, false))
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.cc 2048 rtx tem1 = XEXP (x, 0); local
2053 if (!REG_P (tem1) && GET_CODE (tem1) != MULT)
2054 tem1 = tem2, tem2 = XEXP (x, 0);
2057 gcc_assert (REG_P (tem1) || GET_CODE (tem1) == MULT);
2060 recognize the typical MULT which is always in tem1 because of
2062 if ((GET_CODE (tem1) == MULT && cris_biap_index_p (tem1, false))
cris.cc 2048 rtx tem1 = XEXP (x, 0); local
2053 if (!REG_P (tem1) && GET_CODE (tem1) != MULT)
2054 tem1 = tem2, tem2 = XEXP (x, 0);
2057 gcc_assert (REG_P (tem1) || GET_CODE (tem1) == MULT);
2060 recognize the typical MULT which is always in tem1 because of
2062 if ((GET_CODE (tem1) == MULT && cris_biap_index_p (tem1, false))
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 1900 breakpoint *tem1 = tem; local
1902 delete tem1;
1941 breakpoint *tem1 = tem; local
1943 delete tem1;
2007 node *tem1 = tem; local
2009 tem1->next = forward;
2010 forward = tem1;
2031 node *tem1 = forward; local
2033 tem1->next = 0;
2034 tem = tem1->add_self(tem, &sl)
    [all...]
env.cpp 1900 breakpoint *tem1 = tem; local
1902 delete tem1;
1941 breakpoint *tem1 = tem; local
1943 delete tem1;
2007 node *tem1 = tem; local
2009 tem1->next = forward;
2010 forward = tem1;
2031 node *tem1 = forward; local
2033 tem1->next = 0;
2034 tem = tem1->add_self(tem, &sl)
    [all...]

Completed in 114 milliseconds

1 2