Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16468 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
16469 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
16470 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
16471 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
16476 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
16477 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
16478 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()