Home
last modified time | relevance | path

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

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