Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp313 StoreInst *FirstStore = in findPointersWrittenOnForwardingPath() local
332 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1, in findPointersWrittenOnForwardingPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp351 StoreInst *FirstStore = in findPointersWrittenOnForwardingPath() local
370 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1, in findPointersWrittenOnForwardingPath()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp352 StoreInst *FirstStore = in findPointersWrittenOnForwardingPath() local
371 std::for_each(MemInstrs.begin() + getInstrIndex(FirstStore) + 1, in findPointersWrittenOnForwardingPath()
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp718 Instruction *FirstStore = B.CreateStore(Zero, AllocA); in TEST_F() local
747 EXPECT_EQ(MSSA.getMemoryAccess(FirstStore), Load0Clobber); in TEST_F()
759 EXPECT_EQ(UseClobber, MSSA.getMemoryAccess(FirstStore)); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6619 StoreSDNode *FirstStore = nullptr; in MatchStoreCombine() local
6675 FirstStore = Store; in MatchStoreCombine()
6686 assert(FirstStore && "First store must be set"); in MatchStoreCombine()
6710 *FirstStore->getMemOperand(), &Fast); in MatchStoreCombine()
6725 DAG.getStore(Chain, SDLoc(N), CombinedValue, FirstStore->getBasePtr(), in MatchStoreCombine()
6726 FirstStore->getPointerInfo(), FirstStore->getAlignment()); in MatchStoreCombine()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7145 StoreSDNode *FirstStore = nullptr; in mergeTruncStores() local
7199 FirstStore = Store; in mergeTruncStores()
7210 assert(FirstStore && "First store must be set"); in mergeTruncStores()
7216 *FirstStore->getMemOperand(), &Fast); in mergeTruncStores()
7267 DAG.getStore(Chain, DL, SourceValue, FirstStore->getBasePtr(), in mergeTruncStores()
7268 FirstStore->getPointerInfo(), FirstStore->getAlign()); in mergeTruncStores()