Searched refs:RemapSwizzle (Results 1 – 1 of 1) sorted by relevance
1561 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument1562 assert(RemapSwizzle.empty()); in CompactSwizzlableVector()1577 RemapSwizzle[i] = 7; // SEL_MASK_WRITE in CompactSwizzlableVector()1580 RemapSwizzle[i] = 4; // SEL_0 in CompactSwizzlableVector()1583 RemapSwizzle[i] = 5; // SEL_1 in CompactSwizzlableVector()1594 RemapSwizzle[i] = j; in CompactSwizzlableVector()1605 DenseMap<unsigned, unsigned> &RemapSwizzle) { in ReorganizeVector() argument1606 assert(RemapSwizzle.empty()); in ReorganizeVector()1618 RemapSwizzle[i] = i; in ReorganizeVector()1633 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()