Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3752 unsigned char Bytes[SystemZ::VectorBytes];
3877 if (To == SystemZ::VectorBytes) in matchDoublePermute()
4022 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
4041 SmallVector<SDValue, SystemZ::VectorBytes> Ops;
4046 SmallVector<int, SystemZ::VectorBytes> Bytes;
4151 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()
4158 NewBytes[J] = SystemZ::VectorBytes + Byte; in getNode()
4163 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()
4180 Bytes[J] = I * SystemZ::VectorBytes + J; in getNode()
4189 if (Bytes[I] >= int(SystemZ::VectorBytes)) in getNode()
[all …]
H A DSystemZ.h158 const unsigned VectorBytes = VectorBits / 8; variable