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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp389 StoreInst *NewStore = IC.Builder->CreateAlignedStore( local
414 NewStore->setMetadata(ID, N);
425 return NewStore;
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp230 const StoreRef &NewStore = local
232 return makeWithStore(NewStore);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp456 SDValue NewStore = CurDAG->getStore(ST->getChain(), SDLoc(N), NewValue, local
459 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), NewStore); local
462 Select(NewStore.getNode());
468 N = NewStore.getNode();
H A DAMDGPUISelLowering.cpp1354 SDValue NewStore = local
1359 Chains.push_back(NewStore);
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp734 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); local
735 NewStore->setAlignment(MTI->getAlignment());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10136 SDValue NewStore = DAG.getStore(LatestOp->getChain(), DL, StoredVal, local
10143 CombineTo(LatestOp, NewStore);
10557 SDValue NewStore = DAG.getStore(LatestOp->getChain(), StoreDL, NewLoad, local
10576 CombineTo(LatestOp, NewStore);
10690 SDValue NewStore = local
10695 if (NewStore.getNode() != N)
10696 return CombineTo(ST, NewStore, true);

Completed in 235 milliseconds