Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5406 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode() local
5411 NewBytes[J] = Byte; in getNode()
5413 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
5415 NewBytes[J] = -1; in getNode()
5419 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()
5423 if (NewBytes[J] >= 0) { in getNode()
5432 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode()
5434 if (NewBytes[J] >= 0) in getNode()