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

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1129 CallInst *MaskedLoad = local
1132 MaskedLoad->copyMetadata(II);
1133 return IC.replaceInstUsesWith(II, MaskedLoad);
1363 CallInst *MaskedLoad = local
1365 MaskedLoad->takeName(&II);
1366 return IC.replaceInstUsesWith(II, MaskedLoad);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18276 std::pair<unsigned, unsigned> MaskedLoad; local
18277 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
18278 if (MaskedLoad.first)
18279 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
18284 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
18285 if (MaskedLoad.first)
18286 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,

Completed in 438 milliseconds