Searched refs:RemapSwizzle (Results 1 – 1 of 1) sorted by relevance
1724 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument1726 assert(RemapSwizzle.empty()); in CompactSwizzlableVector()1739 RemapSwizzle[i] = 7; // SEL_MASK_WRITE in CompactSwizzlableVector()1742 RemapSwizzle[i] = 4; // SEL_0 in CompactSwizzlableVector()1745 RemapSwizzle[i] = 5; // SEL_1 in CompactSwizzlableVector()1755 RemapSwizzle[i] = j; in CompactSwizzlableVector()1766 DenseMap<unsigned, unsigned> &RemapSwizzle) { in ReorganizeVector() argument1768 assert(RemapSwizzle.empty()); in ReorganizeVector()1777 RemapSwizzle[i] = i; in ReorganizeVector()1794 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()