Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3512 unsigned char Bytes[SystemZ::VectorBytes];
3591 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
3597 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
3599 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
3600 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
3629 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
3637 if (To == SystemZ::VectorBytes) in matchDoublePermute()
3706 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
3707 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
3708 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()
[all …]
DSystemZ.h142 const unsigned VectorBytes = VectorBits / 8; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3749 unsigned char Bytes[SystemZ::VectorBytes];
3828 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
3834 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
3836 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
3837 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
3866 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
3874 if (To == SystemZ::VectorBytes) in matchDoublePermute()
3957 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
3958 int ModelOpNo = unsigned(ExpectedShift + I) / SystemZ::VectorBytes; in isShlDoublePermute()
3959 int RealOpNo = unsigned(Index) / SystemZ::VectorBytes; in isShlDoublePermute()
[all …]
DSystemZ.h158 const unsigned VectorBytes = VectorBits / 8; variable