Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp2192 CallInst *MaskedLoad = in instCombineSVELD1() local
2195 MaskedLoad->copyMetadata(II); in instCombineSVELD1()
2196 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()
2455 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local
2457 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()
2458 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20903 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
20904 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()