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

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZ.h102 const unsigned VectorBytes = VectorBits / 8; member in namespace:llvm::SystemZ
H A DSystemZISelLowering.cpp3342 unsigned char Bytes[SystemZ::VectorBytes];
3421 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) {
3427 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1))
3429 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes;
3430 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes;
3459 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) {
3467 if (To == SystemZ::VectorBytes)
3536 int ExpectedShift = (Index - I) % SystemZ::VectorBytes;
3537 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes;
3538 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes;
[all...]

Completed in 60 milliseconds