Home
last modified time | relevance | path

Searched refs:ByteShift (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1572 unsigned ByteShift = ShAmt >> 3; in CollectBSwapParts() local
1575 OverallLeftShift += ByteShift; in CollectBSwapParts()
1576 ByteMask >>= ByteShift; in CollectBSwapParts()
1579 OverallLeftShift -= ByteShift; in CollectBSwapParts()
1580 ByteMask <<= ByteShift; in CollectBSwapParts()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9372 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
9378 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()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7745 int ByteShift = Shift * Scale; in lowerVectorShuffleAsByteShift() local
7767 DAG.getConstant(ByteShift * 8, MVT::i8)); in lowerVectorShuffleAsByteShift()
7792 DAG.getConstant(ByteShift * 8, MVT::i8)); in lowerVectorShuffleAsByteShift()