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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1735 Return true if a call to store_by_pieces should succeed. */
1756 : STORE_BY_PIECES,
1773 auto op = memsetp ? SET_BY_PIECES : STORE_BY_PIECES;
1820 store_by_pieces (rtx to, unsigned HOST_WIDE_INT len,
1833 memsetp ? SET_BY_PIECES : STORE_BY_PIECES,
1837 memsetp ? SET_BY_PIECES : STORE_BY_PIECES);
6694 store_by_pieces (target, exp_len, string_cst_read_str, (void *) str,
6723 dest_mem = store_by_pieces (target, str_copy_len, string_cst_read_str,
1817 store_by_pieces (rtx to, unsigned HOST_WIDE_INT len, function
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1517 Return nonzero if a call to store_by_pieces should succeed. */
1538 : STORE_BY_PIECES,
1602 store_by_pieces (rtx to, unsigned HOST_WIDE_INT len,
1615 memsetp ? SET_BY_PIECES : STORE_BY_PIECES,
6044 store_by_pieces (target, exp_len, string_cst_read_str, (void *) str,
6062 dest_mem = store_by_pieces (target, str_copy_len, string_cst_read_str,
1599 store_by_pieces (rtx to, unsigned HOST_WIDE_INT len, function

Completed in 122 milliseconds