Searched refs:MaskedLoad (Results 1 – 2 of 2) sorted by relevance
1129 CallInst *MaskedLoad = in instCombineSVELD1() local1132 MaskedLoad->copyMetadata(II); in instCombineSVELD1()1133 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()1363 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local1365 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()1366 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
18276 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local18277 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()18278 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()18279 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()18284 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()18285 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()18286 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()