Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6193 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local
6194 if (PrevST->getBasePtr() == Ptr && in visitLOAD()
6195 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12645 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local
12646 if (PrevST->getBasePtr() == Ptr && in visitLOAD()
12647 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()
12648 return CombineTo(N, PrevST->getOperand(1), Chain); in visitLOAD()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10100 StoreSDNode *PrevST = cast<StoreSDNode>(Chain); in visitLOAD() local
10101 if (PrevST->getBasePtr() == Ptr && in visitLOAD()
10102 PrevST->getValue().getValueType() == N->getValueType(0)) in visitLOAD()