HomeSort by: relevance | last modified time | path
    Searched refs:one_operand_shuffle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 8715 bool one_operand_shuffle = rtx_equal_p (op0, op1); local
8822 if (one_operand_shuffle)
8841 if (one_operand_shuffle)
8854 if (one_operand_shuffle)
8881 if (one_operand_shuffle)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 5301 bool one_operand_shuffle = rtx_equal_p (op0, op1); local
5318 if (TARGET_AVX512F && one_operand_shuffle)
5416 if (one_operand_shuffle)
5435 if (one_operand_shuffle)
5514 if (one_operand_shuffle)
5537 /* Similarly to the above one_operand_shuffle code,
5569 one_operand_shuffle special case, we avoid creating another
5571 one_operand_shuffle = false;
5632 else if (one_operand_shuffle)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 4977 bool one_operand_shuffle = rtx_equal_p (op0, op1); local
4994 if (TARGET_AVX512F && one_operand_shuffle)
5092 if (one_operand_shuffle)
5111 if (one_operand_shuffle)
5190 if (one_operand_shuffle)
5213 /* Similarly to the above one_operand_shuffle code,
5245 one_operand_shuffle special case, we avoid creating another
5247 one_operand_shuffle = false;
5308 else if (one_operand_shuffle)

Completed in 154 milliseconds