Searched defs:NewStore (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp400 StoreInst *NewStore = IC.Builder->CreateAlignedStore( local
403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope());
426 NewStore->setMetadata(ID, N);
440 return NewStore;
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp230 const StoreRef &NewStore = local
232 return makeWithStore(NewStore);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); local
643 NewStore->setAlignment(MTI->getAlignment());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11318 SDValue NewStore = DAG.getStore(NewChain, DL, StoredVal, local
11329 CombineTo(StoreNodes[i].MemNode, NewStore);
11332 CombineTo(LatestOp, NewStore);
11873 SDValue NewStore = DAG.getStore( local
11887 CombineTo(StoreNodes[i].MemNode, NewStore);
11890 CombineTo(LatestOp, NewStore);
12048 SDValue NewStore = local
12053 if (NewStore.getNode() != N)
12054 return CombineTo(ST, NewStore, true);

Completed in 282 milliseconds