Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1317 unsigned ByteShift = ShAmt >> 3; in CollectBSwapParts() local
1320 OverallLeftShift += ByteShift; in CollectBSwapParts()
1321 ByteMask >>= ByteShift; in CollectBSwapParts()
1324 OverallLeftShift -= ByteShift; in CollectBSwapParts()
1325 ByteMask <<= ByteShift; in CollectBSwapParts()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6339 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
6345 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()
6357 if (ByteShift) in ShrinkLoadReplaceStoreWithStore()
6359 DAG.getConstant(ByteShift*8, in ShrinkLoadReplaceStoreWithStore()
6367 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
6369 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10799 unsigned ByteShift = MaskInfo.second; in ShrinkLoadReplaceStoreWithStore() local
10805 ByteShift*8, (ByteShift+NumBytes)*8); in ShrinkLoadReplaceStoreWithStore()
10817 if (ByteShift) { in ShrinkLoadReplaceStoreWithStore()
10820 DAG.getConstant(ByteShift*8, DL, in ShrinkLoadReplaceStoreWithStore()
10829 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
10831 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()