Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1039 CallInst *MaskedLoad = in instCombineSVELD1() local
1042 MaskedLoad->copyMetadata(II); in instCombineSVELD1()
1043 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()
1264 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local
1266 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()
1267 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17622 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
17623 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()