Searched refs:OpBytes (Results 1 – 2 of 2) sorted by relevance
759 unsigned OpBytes; in EmitMatcher() local765 OpBytes = 1; in EmitMatcher()769 OpBytes = 2; in EmitMatcher()773 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS); in EmitMatcher()781 unsigned OpBytes; in EmitMatcher() local784 OpBytes = 1; in EmitMatcher()788 OpBytes = 2; in EmitMatcher()793 return OpBytes + 1; in EmitMatcher()807 unsigned OpBytes; in EmitMatcher() local811 OpBytes = 1; in EmitMatcher()[all …]
5343 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add() local5344 if (!getVPermMask(Op, OpBytes)) in add()5347 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()