/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/ |
H A 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
|
H A D | IceTargetLoweringARM32.cpp | 6011 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { in lowerShuffleVector() 6018 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { in lowerShuffleVector() 6026 if (Instr->indexesAre(0, 2, 4, 6, 0, 2, 4, 6)) { in lowerShuffleVector() 6039 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { in lowerShuffleVector() 6046 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, in lowerShuffleVector() 6062 if (Instr->indexesAre(0, 0, 1, 1)) { in lowerShuffleVector() 6069 if (Instr->indexesAre(0, 4, 1, 5)) { in lowerShuffleVector() 6077 if (Instr->indexesAre(0, 1, 4, 5)) { in lowerShuffleVector() 6085 if (Instr->indexesAre(2, 3, 2, 3)) { in lowerShuffleVector() 6092 if (Instr->indexesAre(2, 3, 6, 7)) { in lowerShuffleVector()
|
H A D | IceTargetLoweringX86BaseImpl.h | 6349 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) { 6358 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 6369 if (Instr->indexesAre(8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14, 6379 if (Instr->indexesAre(8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30, 6424 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) { 6433 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) { 6443 if (Instr->indexesAre(4, 4, 5, 5, 6, 6, 7, 7)) { 6452 if (Instr->indexesAre(4, 12, 5, 13, 6, 14, 7, 15)) {
|