Searched refs:MaskedLoad (Results 1 – 2 of 2) sorted by relevance
1345 CallInst *MaskedLoad = in instCombineSVELD1() local1348 MaskedLoad->copyMetadata(II); in instCombineSVELD1()1349 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()1669 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local1671 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()1672 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
19568 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local19569 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()19570 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()19571 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()19576 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()19577 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()19578 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()