Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5010 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute() function
5034 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute() function
5037 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute()
5455 else if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1)) in getNode()