Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp727 for (; I < SystemZ::VectorBytes; ++I) { in isVectorConstantLegal()
734 if (I == SystemZ::VectorBytes) { in isVectorConstantLegal()
4292 unsigned char Bytes[SystemZ::VectorBytes];
4417 if (To == SystemZ::VectorBytes) in matchDoublePermute()
4595 ZeroIdx = I + SystemZ::VectorBytes; in getGeneralPermuteNode()
4601 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
4626 SDValue IndexNodes[SystemZ::VectorBytes]; in getGeneralPermuteNode()
4765 SmallVector<int, SystemZ::VectorBytes> NewBytes(SystemZ::VectorBytes); in getNode()
4777 SmallVector<int, SystemZ::VectorBytes> NewBytesMap(SystemZ::VectorBytes); in getNode()
4891 while (B < SystemZ::VectorBytes) in tryPrepareForUnpack()
[all …]
H A DSystemZ.h157 const unsigned VectorBytes = VectorBits / 8; variable