Searched refs:MaskedLoad (Results 1 – 2 of 2) sorted by relevance
1039 CallInst *MaskedLoad = in instCombineSVELD1() local1042 MaskedLoad->copyMetadata(II); in instCombineSVELD1()1043 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()1264 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local1266 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()1267 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
17622 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local17623 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()17624 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()17625 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()17630 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()17631 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()17632 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()