Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5047 static bool matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function
5069 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function
5072 if (matchDoublePermute(Bytes, P, Transform)) in matchDoublePermute()
5420 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()