Searched refs:indexesAre (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.h1000 inline bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3,
1012 inline bool indexesAre(int32_t i0, int32_t i1, int32_t i2, int32_t i3, function in class:Ice::InstShuffleVector
H A DIceTargetLoweringX86BaseImpl.h6261 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7)) {
6270 if (Instr->indexesAre(0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7,
6281 if (Instr->indexesAre(8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 14, 14,
6291 if (Instr->indexesAre(8, 24, 9, 25, 10, 26, 11, 27, 12, 28, 13, 29, 14, 30,
6336 if (Instr->indexesAre(0, 0, 1, 1, 2, 2, 3, 3)) {
6345 if (Instr->indexesAre(0, 8, 1, 9, 2, 10, 3, 11)) {
6355 if (Instr->indexesAre(4, 4, 5, 5, 6, 6, 7, 7)) {
6364 if (Instr->indexesAre(4, 12, 5, 13, 6, 14, 7, 15)) {

Completed in 91 milliseconds