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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1285 bool all_same = true; local
1307 all_same = false;
1325 if (all_same)
tree-ssa-forwprop.cc 3560 bool all_same = true; local
3575 all_same = false;
3587 all_same = false;
3591 if (all_same)
tree-vect-slp.cc 1894 bool all_same = true; local
1900 all_same = false;
1910 if (all_same && def_type == vect_reduction_def)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1318 bool all_same = true; local
1340 all_same = false;
1358 if (all_same)
tree-ssa-forwprop.cc 3441 bool all_same = true; local
3449 all_same = false;
3453 if (all_same)
tree-ssa-pre.cc 3319 bool all_same = true; local
3375 all_same = false;
3388 all_same = false;
3395 if (!cant_insert && !all_same && by_some)
3428 && all_same
tree-vect-slp.cc 1690 bool all_same = true; local
1696 all_same = false;
1705 if (all_same && def_type == vect_reduction_def)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 16989 bool all_same = true, all_const_zero = true; local
17035 all_same = false;
17039 if (all_same
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 10119 /* all_same : true if all elements of VALS are the same.
10123 bool all_same = false, hi_same = true, lo_same = true, half_same = true; local
10164 /* If all elements are the same, set all_same true. */
10166 all_same = true;
10259 if (all_same)
10352 if (all_same)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 15944 bool all_same = true, all_const_zero = true; local
15989 all_same = false;
16000 if (all_same
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 6939 bool all_same = true, all_regs = true, all_const_int = true;
6951 all_same = false;
6958 if (all_same && all_const_int)
6971 if (all_same)
6938 bool all_same = true, all_regs = true, all_const_int = true; local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 5989 bool all_same = true;
6007 all_same = false;
6011 if (all_same)
5978 bool all_same = true; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7377 bool all_same = true, all_regs = true, all_const_int = true;
7389 all_same = false;
7396 if (all_same && all_const_int)
7409 if (all_same)
7376 bool all_same = true, all_regs = true, all_const_int = true; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 6786 bool all_same = true, all_const_zero = true;
6799 all_same = false;
6831 size_t num_elements = all_same ? 1 : 2;
6846 if (!all_same)
6853 if (all_same)
6875 if (all_same)
6913 if (all_same)
6994 if (all_same && TARGET_DIRECT_MOVE_64BIT
7020 if (all_same && GET_MODE_SIZE (inner_mode) <= 4)
6774 bool all_same = true, all_const_zero = true; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 6710 bool all_same = true, all_const_zero = true;
6723 all_same = false;
6755 size_t num_elements = all_same ? 1 : 2;
6770 if (!all_same)
6777 if (all_same)
6799 if (all_same)
6837 if (all_same)
6918 if (all_same && TARGET_DIRECT_MOVE_64BIT
6944 if (all_same && GET_MODE_SIZE (inner_mode) <= 4)
6698 bool all_same = true, all_const_zero = true; local

Completed in 188 milliseconds