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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 3298 tree lhs_base, lhs, then_rhs, else_rhs, name; local
3321 lhs_base = get_base_address (lhs);
3322 if (lhs_base == NULL_TREE
3323 || (!DECL_P (lhs_base) && TREE_CODE (lhs_base) != MEM_REF))
internal-fn.cc 3082 tree lhs_base = lhs; local
3083 while (handled_component_p (lhs_base))
3084 lhs_base = TREE_OPERAND (lhs_base, 0);
3085 reg_lhs = (mem_ref_refers_to_non_mem_p (lhs_base)
3086 || non_mem_decl_p (lhs_base));
3092 && TREE_CODE (lhs_base) == MEM_REF
3093 && TREE_CODE (TREE_OPERAND (lhs_base, 0)) == ADDR_EXPR
3094 && DECL_P (TREE_OPERAND (TREE_OPERAND (lhs_base, 0), 0))
3095 && integer_zerop (TREE_OPERAND (lhs_base, 1)
    [all...]
ipa-prop.cc 1953 tree lhs_base = get_ref_base_and_extent_hwi (lhs, &lhs_offset, &lhs_size, local
1955 if (!lhs_base)
1960 if (TREE_CODE (lhs_base) != MEM_REF
1961 || TREE_OPERAND (lhs_base, 0) != base
1962 || !integer_zerop (TREE_OPERAND (lhs_base, 1)))
1965 else if (lhs_base != base)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 3469 tree lhs_base, lhs, then_rhs, else_rhs, name; local
3492 lhs_base = get_base_address (lhs);
3493 if (lhs_base == NULL_TREE
3494 || (!DECL_P (lhs_base) && TREE_CODE (lhs_base) != MEM_REF))
ipa-prop.cc 2059 tree lhs_base = get_ref_base_and_extent_hwi (lhs, &lhs_offset, &lhs_size, local
2061 if (!lhs_base)
2066 if (TREE_CODE (lhs_base) != MEM_REF
2067 || TREE_OPERAND (lhs_base, 0) != base
2068 || !integer_zerop (TREE_OPERAND (lhs_base, 1)))
2071 else if (lhs_base != base)
internal-fn.cc 3367 tree lhs_base = lhs; local
3368 while (handled_component_p (lhs_base))
3369 lhs_base = TREE_OPERAND (lhs_base, 0);
3370 reg_lhs = (mem_ref_refers_to_non_mem_p (lhs_base)
3371 || non_mem_decl_p (lhs_base));
3377 && TREE_CODE (lhs_base) == MEM_REF
3378 && TREE_CODE (TREE_OPERAND (lhs_base, 0)) == ADDR_EXPR
3379 && DECL_P (TREE_OPERAND (TREE_OPERAND (lhs_base, 0), 0))
3380 && integer_zerop (TREE_OPERAND (lhs_base, 1)
    [all...]

Completed in 43 milliseconds