Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34613 SDValue BcastLd = in combineTargetShuffle() local
34618 DCI.CombineTo(N.getNode(), BcastLd); in combineTargetShuffle()
34620 DAG.ReplaceAllUsesOfValueWith(SDValue(LN, 1), BcastLd.getValue(1)); in combineTargetShuffle()
34623 SDValue Scl = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, SrcVT, BcastLd, in combineTargetShuffle()
34625 DCI.CombineTo(LN, Scl, BcastLd.getValue(1)); in combineTargetShuffle()
45589 SDValue BcastLd = in combineInsertSubvector() local
45593 DAG.ReplaceAllUsesOfValueWith(SDValue(MemIntr, 1), BcastLd.getValue(1)); in combineInsertSubvector()
45594 return BcastLd; in combineInsertSubvector()
45747 SDValue BcastLd = in combineExtractSubvector() local
45751 DAG.ReplaceAllUsesOfValueWith(SDValue(MemIntr, 1), BcastLd.getValue(1)); in combineExtractSubvector()
[all …]