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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 6185 result = store_expr (from, to_rtx, false, nontemporal, reversep);
6190 result = store_expr (from, XEXP (to_rtx, maybe_ne (bitpos, 0)),
6313 result = store_expr (from, to_rtx, 0, nontemporal, false);
6485 result = store_expr (from, to_rtx, 0, nontemporal, false);
6509 /* Helper function for store_expr storing of STRING_CST. */
6552 store_expr (tree exp, rtx target, int call_param_p,
6575 return store_expr (TREE_OPERAND (exp, 1), target,
6591 store_expr (TREE_OPERAND (exp, 1), target, call_param_p,
6596 store_expr (TREE_OPERAND (exp, 2), target, call_param_p,
6823 /* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET
6540 store_expr (tree exp, rtx target, int call_param_p, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 5548 result = store_expr (from, to_rtx, false, nontemporal, reversep);
5553 result = store_expr (from, XEXP (to_rtx, maybe_ne (bitpos, 0)),
5676 result = store_expr (from, to_rtx, 0, nontemporal, false);
5832 result = store_expr (from, to_rtx, 0, nontemporal, false);
5856 /* Helper function for store_expr storing of STRING_CST. */
5902 store_expr (tree exp, rtx target, int call_param_p,
5925 return store_expr (TREE_OPERAND (exp, 1), target,
5941 store_expr (TREE_OPERAND (exp, 1), target, call_param_p,
5946 store_expr (TREE_OPERAND (exp, 2), target, call_param_p,
6160 /* If store_expr stores a DECL whose DECL_RTL(exp) == TARGET
5890 store_expr (tree exp, rtx target, int call_param_p, function
    [all...]

Completed in 33 milliseconds