Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1724 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument
1726 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() argument
1768 assert(RemapSwizzle.empty()); in ReorganizeVector()
1777 RemapSwizzle[i] = i; in ReorganizeVector()
1794 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()