Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13936 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
13937 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
13938 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
13939 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
13944 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
13945 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
13946 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()