Searched refs:MaskedLoad (Results 1 – 2 of 2) sorted by relevance
2192 CallInst *MaskedLoad = in instCombineSVELD1() local2195 MaskedLoad->copyMetadata(II); in instCombineSVELD1()2196 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()2455 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local2457 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()2458 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
20903 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local20904 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()20905 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()20906 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()20911 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()20912 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()20913 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()