Home
last modified time | relevance | path

Searched refs:RemapSwizzle (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1564 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument
1565 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() argument
1609 assert(RemapSwizzle.empty()); in ReorganizeVector()
1621 RemapSwizzle[i] = i; in ReorganizeVector()
1636 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()