Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp735 for (; I < SystemZ::VectorBytes; ++I) { in isVectorConstantLegal()
742 if (I == SystemZ::VectorBytes) { in isVectorConstantLegal()
4532 unsigned char Bytes[SystemZ::VectorBytes];
4611 for (unsigned I = 0; I < SystemZ::VectorBytes; ++I) { in matchPermute()
4617 if ((Elt ^ P.Bytes[I]) & (SystemZ::VectorBytes - 1)) in matchPermute()
4619 int ModelOpNo = P.Bytes[I] / SystemZ::VectorBytes; in matchPermute()
4620 int RealOpNo = unsigned(Elt) / SystemZ::VectorBytes; in matchPermute()
4649 for (unsigned From = 0; From < SystemZ::VectorBytes; ++From) { in matchDoublePermute()
4657 if (To == SystemZ::VectorBytes) in matchDoublePermute()
4740 int ExpectedShift = (Index - I) % SystemZ::VectorBytes; in isShlDoublePermute()
[all …]
DSystemZ.h158 const unsigned VectorBytes = VectorBits / 8; variable