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.cpp5407 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode() local
5412 NewBytes[J] = Byte; in getNode()
5414 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
5416 NewBytes[J] = -1; in getNode()
5420 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode()
5424 if (NewBytes[J] >= 0) { in getNode()
5433 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode()
5435 if (NewBytes[J] >= 0) in getNode()