Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3888 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode() local
3893 NewBytes[J] = Byte; in getNode()
3895 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
3897 NewBytes[J] = -1; in getNode()
3901 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()
3905 if (NewBytes[J] >= 0) { in getNode()
3914 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode()
3916 if (NewBytes[J] >= 0) in getNode()