Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6413 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
6414 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
6415 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
6416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
6421 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
6422 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
6423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10876 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
10877 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
10878 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
10879 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
10884 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
10885 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
10886 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13413 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
13414 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
13415 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
13416 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
13421 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
13422 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
13423 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()