Searched refs:Permute (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4166 struct Permute { struct in namespace:__anon5361
4173 static const Permute PermuteForms[] = {
4245 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P,
4269 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes,
4283 const Permute &P,
4304 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes,
4398 const Permute &P, SDValue Op0, SDValue Op1) {
4582 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) {
4615 if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp290 enum ShuffleMode { Unknown, Select, Permute }; enumerator in enum:ShuffleMode
316 if (CommonShuffleMode == Permute)
321 CommonShuffleMode = Permute;

Completed in 137 milliseconds