Searched refs:NewBytes (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3888 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4148 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode() local 4153 NewBytes[J] = Byte; in getNode() 4155 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode() 4157 NewBytes[J] = -1; in getNode() 4161 if (const Permute *P = matchDoublePermute(NewBytes, NewBytesMap)) { in getNode() 4165 if (NewBytes[J] >= 0) { in getNode() 4174 Ops[I] = getGeneralPermuteNode(DAG, DL, SubOps, NewBytes); in getNode() 4176 if (NewBytes[J] >= 0) in getNode()
|