/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 1012 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3) const { in indexesAre() function 1021 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3, int32_t i4, in indexesAre() function 1033 bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3, int32_t i4, in indexesAre() function
|
D | IceTargetLoweringARM32.cpp | 6004 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { in lowerShuffleVector() 6011 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { in lowerShuffleVector() 6019 if (Instr->indexesAre(0, 2, 4, 6, 0, 2, 4, 6)) { in lowerShuffleVector() 6032 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { in lowerShuffleVector() 6039 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, in lowerShuffleVector() 6055 if (Instr->indexesAre(0, 0, 1, 1)) { in lowerShuffleVector() 6062 if (Instr->indexesAre(0, 4, 1, 5)) { in lowerShuffleVector() 6070 if (Instr->indexesAre(0, 1, 4, 5)) { in lowerShuffleVector() 6078 if (Instr->indexesAre(2, 3, 2, 3)) { in lowerShuffleVector() 6085 if (Instr->indexesAre(2, 3, 6, 7)) { in lowerShuffleVector()
|
D | IceTargetLoweringX86BaseImpl.h | 6337 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { 6346 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 6357 if (Instr->indexesAre(8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 6367 if (Instr->indexesAre(8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 6412 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { 6421 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { 6431 if (Instr->indexesAre(4, 4, 5, 5, 6, 6, 7, 7)) { 6440 if (Instr->indexesAre(4, 12, 5, 13, 6, 14, 7, 15)) {
|