Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1129 CallInst *MaskedLoad = in instCombineSVELD1() local
1132 MaskedLoad->copyMetadata(II); in instCombineSVELD1()
1133 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineSVELD1()
1363 CallInst *MaskedLoad = in instCombineLD1GatherIndex() local
1365 MaskedLoad->takeName(&II); in instCombineLD1GatherIndex()
1366 return IC.replaceInstUsesWith(II, MaskedLoad); in instCombineLD1GatherIndex()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18276 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
18277 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()