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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-split-paths.cc 189 tree lhs1 = gimple_assign_lhs (stmt1); local
195 if ((gimple_phi_arg_def (phi, 0) == lhs1
197 || (gimple_phi_arg_def (phi, 1) == lhs1
234 tree lhs1 = gimple_assign_lhs (stmt1); local
241 if ((gimple_phi_arg_def (phi, 0) == lhs1
243 || (gimple_phi_arg_def (phi, 1) == lhs1
read-rtl-function.cc 1833 rtx lhs1 = XEXP (src1, 0); local
1835 ASSERT_EQ (lhs1, lhs2);
tree-ssa-tail-merge.cc 1137 tree lhs1, lhs2; local
1168 lhs1 = gimple_get_lhs (s1);
1170 if (lhs1 == NULL_TREE && lhs2 == NULL_TREE)
1172 if (lhs1 == NULL_TREE || lhs2 == NULL_TREE)
1174 if (TREE_CODE (lhs1) == SSA_NAME && TREE_CODE (lhs2) == SSA_NAME)
1175 return tail_merge_valueize (lhs1) == tail_merge_valueize (lhs2);
1176 return operand_equal_p (lhs1, lhs2, 0);
1182 lhs1 = gimple_get_lhs (s1);
1184 if (TREE_CODE (lhs1) != SSA_NAME
1186 return (operand_equal_p (lhs1, lhs2, 0
    [all...]
tree-ssa-forwprop.cc 1282 tree ptr1, src1, str1, off1, len1, lhs1; local
1313 lhs1 = gimple_call_lhs (stmt1);
1342 lhs1 = NULL_TREE;
1350 if (diff == NULL && lhs1 != NULL)
1352 diff = constant_pointer_difference (lhs1, ptr2);
1377 if (lhs1 != NULL_TREE
1379 && (TREE_CODE (lhs1) != SSA_NAME
1380 || !single_imm_use (lhs1, &use_p, &use_stmt)
1423 if (lhs1 && DECL_FUNCTION_CODE (callee1) == BUILT_IN_MEMPCPY)
1433 if (lhs1 && DECL_FUNCTION_CODE (callee1) == BUILT_IN_MEMPCPY
    [all...]
tree-ssa-phiopt.cc 2503 tree lhs1 = gimple_cond_lhs (cond1); local
2506 if (HONOR_NANS (TREE_TYPE (lhs1)))
2508 if (TREE_CODE (lhs1) == SSA_NAME && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (lhs1))
2539 if (lhs2 == lhs1)
2581 if (rhs2 != lhs1)
2626 if ((lhs2 == lhs1)
2656 if (lhs3 == lhs1)
2663 if (rhs3 != lhs1)
2680 /* lhs1 one_cmp rhs1 results in phires of 1. *
    [all...]
gimple-fold.cc 7098 /* Allocate SSA names(lhs1) on the stack. */
7100 tree lhs1 = (tree) &lhs1buf[0]; local
7101 memset (lhs1, 0, sizeof (tree_ssa_name));
7102 TREE_SET_CODE (lhs1, SSA_NAME);
7103 TREE_TYPE (lhs1) = type;
7104 init_ssa_name_imm_use (lhs1);
7114 gimple_assign_set_lhs (stmt1, lhs1);
7132 if (res == lhs1)
7144 if (op0 == lhs1 || op0 == lhs2 || op1 == lhs1 || op1 == lhs2
    [all...]
tree-ssa-reassoc.cc 4288 tree lhs1, rhs1; local
4289 tree_code cmp1 = ovce_extract_ops (elt1, &stmt1, NULL, NULL, &lhs1,
4297 cmp1, lhs1, rhs1);
4300 cmp1, lhs1, rhs1);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-split-paths.cc 189 tree lhs1 = gimple_assign_lhs (stmt1); local
195 if ((gimple_phi_arg_def (phi, 0) == lhs1
197 || (gimple_phi_arg_def (phi, 1) == lhs1
234 tree lhs1 = gimple_assign_lhs (stmt1); local
241 if ((gimple_phi_arg_def (phi, 0) == lhs1
243 || (gimple_phi_arg_def (phi, 1) == lhs1
read-rtl-function.cc 1832 rtx lhs1 = XEXP (src1, 0); local
1834 ASSERT_EQ (lhs1, lhs2);
tree-ssa-phiopt.cc 2385 tree lhs1 = gimple_cond_lhs (cond1); local
2388 if (HONOR_NANS (TREE_TYPE (lhs1)))
2390 if (TREE_CODE (lhs1) == SSA_NAME && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (lhs1))
2421 if (lhs2 == lhs1)
2463 if (rhs2 != lhs1)
2508 if ((lhs2 == lhs1)
2538 if (lhs3 == lhs1)
2545 if (rhs3 != lhs1)
2562 /* lhs1 one_cmp rhs1 results in phires of 1. *
    [all...]
tree-ssa-tail-merge.cc 1126 tree lhs1, lhs2; local
1157 lhs1 = gimple_get_lhs (s1);
1159 if (lhs1 == NULL_TREE && lhs2 == NULL_TREE)
1161 if (lhs1 == NULL_TREE || lhs2 == NULL_TREE)
1163 if (TREE_CODE (lhs1) == SSA_NAME && TREE_CODE (lhs2) == SSA_NAME)
1164 return tail_merge_valueize (lhs1) == tail_merge_valueize (lhs2);
1165 return operand_equal_p (lhs1, lhs2, 0);
1171 lhs1 = gimple_get_lhs (s1);
1173 if (TREE_CODE (lhs1) != SSA_NAME
1175 return (operand_equal_p (lhs1, lhs2, 0
    [all...]
tree-if-conv.cc 462 tree rhs1, lhs1, cond_expr; local
496 lhs1 = TREE_OPERAND (cond_expr, 0);
497 STRIP_USELESS_TYPE_CONVERSION (lhs1);
500 if (is_gimple_val (rhs1) && is_gimple_val (lhs1))
501 return build2 (TREE_CODE (cond_expr), type, lhs1, rhs1);
tree-ssa-forwprop.cc 1274 tree ptr1, src1, str1, off1, len1, lhs1; local
1305 lhs1 = gimple_call_lhs (stmt1);
1334 lhs1 = NULL_TREE;
1342 if (diff == NULL && lhs1 != NULL)
1344 diff = constant_pointer_difference (lhs1, ptr2);
1369 if (lhs1 != NULL_TREE
1371 && (TREE_CODE (lhs1) != SSA_NAME
1372 || !single_imm_use (lhs1, &use_p, &use_stmt)
1415 if (lhs1 && DECL_FUNCTION_CODE (callee1) == BUILT_IN_MEMPCPY)
1425 if (lhs1 && DECL_FUNCTION_CODE (callee1) == BUILT_IN_MEMPCPY
    [all...]
gimple-fold.cc 6950 /* Allocate SSA names(lhs1) on the stack. */
6951 tree lhs1 = (tree)XALLOCA (tree_ssa_name); local
6952 memset (lhs1, 0, sizeof (tree_ssa_name));
6953 TREE_SET_CODE (lhs1, SSA_NAME);
6954 TREE_TYPE (lhs1) = type;
6955 init_ssa_name_imm_use (lhs1);
6964 gimple_assign_set_lhs (stmt1, lhs1);
6977 if (res == lhs1)
6989 if (op0 == lhs1 || op0 == lhs2 || op1 == lhs1 || op1 == lhs2
    [all...]
tree-ssa-reassoc.cc 4243 tree lhs1, rhs1; local
4244 tree_code cmp1 = ovce_extract_ops (elt1, &stmt1, NULL, NULL, &lhs1,
4252 cmp1, lhs1, rhs1);
4255 cmp1, lhs1, rhs1);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 18051 tree lhs1 = NULL_TREE, rhs1 = NULL_TREE;
18827 lhs1 = c_fully_fold (unfolded_lhs1, false, NULL, true);
18878 lhs1 = expr.value;
18881 lhs1 = c_fully_fold (lhs1, false, NULL, true);
18882 if (lhs1 == error_mark_node)
18885 lhs1 = non_lvalue (lhs1);
18907 stmt = c_finish_omp_atomic (loc, code, opcode, lhs, rhs, v, lhs1, rhs1, r,
18046 tree lhs1 = NULL_TREE, rhs1 = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 20906 tree lhs1 = NULL_TREE, rhs1 = NULL_TREE;
21699 lhs1 = c_fully_fold (unfolded_lhs1, false, NULL, true);
21750 lhs1 = expr.value;
21753 lhs1 = c_fully_fold (lhs1, false, NULL, true);
21754 if (lhs1 == error_mark_node)
21757 lhs1 = non_lvalue (lhs1);
21779 stmt = c_finish_omp_atomic (loc, code, opcode, lhs, rhs, v, lhs1, rhs1, r,
20901 tree lhs1 = NULL_TREE, rhs1 = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 19430 tree v = NULL_TREE, lhs, rhs = NULL_TREE, lhs1 = NULL_TREE;
19444 lhs1 = RECUR (TREE_OPERAND (TREE_OPERAND (op1, 1), 0));
19480 lhs1, rhs1, r, tmp,
19429 tree v = NULL_TREE, lhs, rhs = NULL_TREE, lhs1 = NULL_TREE; local
19479 lhs1, rhs1, r, tmp, local

Completed in 250 milliseconds