Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1345 CallInst *MaskedLoad = in instCombineSVELD1() local
1348 MaskedLoad->copyMetadata(II); in instCombineSVELD1()
1349 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()
1669 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local
1671 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()
1672 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19568 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
19569 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()