Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3717 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode() local
3722 NewBytes[J] = Byte; in getNode()
3724 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
3726 NewBytes[J] = -1; in getNode()
3730 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()
3734 if (NewBytes[J] >= 0) { in getNode()
3743 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode()
3745 if (NewBytes[J] >= 0) in getNode()