Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3625 static bool matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function
3647 static const Permute *matchDoublePermute(const SmallVectorImpl<int> &Bytes, in matchDoublePermute() function
3650 if (matchDoublePermute(Bytes, P, Transform)) in matchDoublePermute()
3901 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()