Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4608 static bool matchPermute(const SmallVectorImpl<int> &Bytes, const Permute &P, in matchPermute() function
4632 static const Permute *matchPermute(const SmallVectorImpl<int> &Bytes, in matchPermute() function
4635 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute()
5053 else if (const Permute *P = matchPermute(Bytes, OpNo0, OpNo1)) in getNode()