Searched refs:RemapSwizzle (Results 1 – 1 of 1) sorted by relevance
1564 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument1565 assert(RemapSwizzle.empty()); in CompactSwizzlableVector()1580 RemapSwizzle[i] = 7; // SEL_MASK_WRITE in CompactSwizzlableVector()1583 RemapSwizzle[i] = 4; // SEL_0 in CompactSwizzlableVector()1586 RemapSwizzle[i] = 5; // SEL_1 in CompactSwizzlableVector()1597 RemapSwizzle[i] = j; in CompactSwizzlableVector()1608 DenseMap<unsigned, unsigned> &RemapSwizzle) { in ReorganizeVector() argument1609 assert(RemapSwizzle.empty()); in ReorganizeVector()1621 RemapSwizzle[i] = i; in ReorganizeVector()1636 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()