Searched refs:ByteShift (Results 1 – 3 of 3) sorted by relevance
1572 unsigned ByteShift = ShAmt >> 3; in CollectBSwapParts() local1575 OverallLeftShift += ByteShift; in CollectBSwapParts()1576 ByteMask >>= ByteShift; in CollectBSwapParts()1579 OverallLeftShift -= ByteShift; in CollectBSwapParts()1580 ByteMask <<= ByteShift; in CollectBSwapParts()
9372 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local9378 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()9390 if (ByteShift) in ShrinkLoadReplaceStoreWithStore()9392 DAG.getConstant(ByteShift*8, in ShrinkLoadReplaceStoreWithStore()9400 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()9402 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
7745 int ByteShift = Shift * Scale; in lowerVectorShuffleAsByteShift() local7767 DAG.getConstant(ByteShift * 8, MVT::i8)); in lowerVectorShuffleAsByteShift()7792 DAG.getConstant(ByteShift * 8, MVT::i8)); in lowerVectorShuffleAsByteShift()