Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600ISelLowering.cpp1561 DenseMap<unsigned, unsigned> &RemapSwizzle) { in CompactSwizzlableVector() argument
1562 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() argument
1606 assert(RemapSwizzle.empty()); in ReorganizeVector()
1618 RemapSwizzle[i] = i; in ReorganizeVector()
1633 std::swap(RemapSwizzle[i], RemapSwizzle[Idx]); in ReorganizeVector()