/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 1014 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3) const { in indexesAre() function 1023 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3, int32_t i4, in indexesAre() function 1035 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3, int32_t i4, in indexesAre() function
|
D | IceTargetLoweringARM32.cpp | 5993 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { in lowerShuffleVector() 6000 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { in lowerShuffleVector() 6008 if (Instr->indexesAre(0, 2, 4, 6, 0, 2, 4, 6)) { in lowerShuffleVector() 6021 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { in lowerShuffleVector() 6028 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, in lowerShuffleVector() 6044 if (Instr->indexesAre(0, 0, 1, 1)) { in lowerShuffleVector() 6051 if (Instr->indexesAre(0, 4, 1, 5)) { in lowerShuffleVector() 6059 if (Instr->indexesAre(0, 1, 4, 5)) { in lowerShuffleVector() 6067 if (Instr->indexesAre(2, 3, 2, 3)) { in lowerShuffleVector() 6074 if (Instr->indexesAre(2, 3, 6, 7)) { in lowerShuffleVector()
|
D | IceTargetLoweringX86BaseImpl.h | 6330 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { 6339 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 6350 if (Instr->indexesAre(8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 6360 if (Instr->indexesAre(8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 6405 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { 6414 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { 6424 if (Instr->indexesAre(4, 4, 5, 5, 6, 6, 7, 7)) { 6433 if (Instr->indexesAre(4, 12, 5, 13, 6, 14, 7, 15)) {
|