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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 2770 int orig_bytes = bytes; local
2809 && orig_bytes > 16
  /src/external/gpl3/gcc/dist/gcc/
tree-object-size.cc 1389 tree orig_bytes, wholesize; local
1397 orig_bytes = object_sizes_get (osi, SSA_NAME_VERSION (orig));
1400 if (object_sizes_set (osi, varno, orig_bytes, wholesize))
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 2779 int orig_bytes = bytes; local
2818 && orig_bytes > 16
  /src/external/gpl3/gcc.old/dist/gcc/
tree-object-size.cc 1289 tree orig_bytes, wholesize; local
1297 orig_bytes = object_sizes_get (osi, SSA_NAME_VERSION (orig));
1300 if (object_sizes_set (osi, varno, orig_bytes, wholesize))
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3796 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
3797 HOST_WIDE_INT bytes = orig_bytes;
3806 if (orig_bytes <= 0)
3808 else if (orig_bytes > MAX_MOVE_WORDS * UNITS_PER_WORD)
4055 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
4056 HOST_WIDE_INT bytes = orig_bytes;
4063 if (orig_bytes <= 0)
4065 if (orig_bytes > MAX_MOVE_WORDS * UNITS_PER_WORD)
3787 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); local
4046 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3795 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
3796 HOST_WIDE_INT bytes = orig_bytes;
3805 if (orig_bytes <= 0)
3807 else if (orig_bytes > MAX_MOVE_WORDS * UNITS_PER_WORD)
4042 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx);
4043 HOST_WIDE_INT bytes = orig_bytes;
4050 if (orig_bytes <= 0)
4052 if (orig_bytes > MAX_MOVE_WORDS * UNITS_PER_WORD)
3786 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); local
4033 HOST_WIDE_INT orig_bytes = INTVAL (bytes_rtx); local

Completed in 36 milliseconds