Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp879 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable() local
880 OtherGep = cast<GetElementPtrInst>(OtherLd->getPointerOperand()); in makeGepsAvailable()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp986 if (auto *OtherLd = dyn_cast<LoadInst>(OtherInst)) in makeGepsAvailable() local
987 OtherGep = cast<GetElementPtrInst>(OtherLd->getPointerOperand()); in makeGepsAvailable()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16609 auto *OtherLd = dyn_cast<LoadSDNode>(OtherBC); in getStoreMergeCandidates() local
16610 if (!OtherLd) in getStoreMergeCandidates()
16612 BaseIndexOffset LPtr = BaseIndexOffset::match(OtherLd, DAG); in getStoreMergeCandidates()
16613 if (LoadVT != OtherLd->getMemoryVT()) in getStoreMergeCandidates()
16616 if (!OtherLd->hasNUsesOfValue(1, 0)) in getStoreMergeCandidates()
16620 if (!OtherLd->isSimple() || OtherLd->isIndexed()) in getStoreMergeCandidates()
16623 if (cast<LoadSDNode>(Val)->isNonTemporal() != OtherLd->isNonTemporal()) in getStoreMergeCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15572 if (LoadSDNode *OtherLd = dyn_cast<LoadSDNode>(OtherBC)) { in getStoreMergeCandidates() local
15573 BaseIndexOffset LPtr = BaseIndexOffset::match(OtherLd, DAG); in getStoreMergeCandidates()
15574 if (LoadVT != OtherLd->getMemoryVT()) in getStoreMergeCandidates()
15577 if (!OtherLd->hasNUsesOfValue(1, 0)) in getStoreMergeCandidates()
15581 if (!OtherLd->isSimple() || in getStoreMergeCandidates()
15582 OtherLd->isIndexed()) in getStoreMergeCandidates()
15585 if (cast<LoadSDNode>(Val)->isNonTemporal() != OtherLd->isNonTemporal()) in getStoreMergeCandidates()