Home
last modified time | relevance | path

Searched refs:NewStore (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp384 auto *NewStore = InstStore::create( in instrumentStore() local
387 Context.insert(NewStore); in instrumentStore()
388 Instr = NewStore; in instrumentStore()
DIceTargetLoweringX86BaseImpl.h6913 auto *NewStore = Context.insert<InstStore>(Data, OptAddr);
6915 NewStore->setRmwBeacon(Instr->getRmwBeacon());
6930 auto *NewStore =
6932 NewStore->addArg(Data);
6933 NewStore->addArg(OptAddr);
6934 NewStore->addArg(Intrinsic->getArg(2));
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp400 StoreInst *NewStore = IC.Builder->CreateAlignedStore( in combineStoreToNewValue() local
403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope()); in combineStoreToNewValue()
426 NewStore->setMetadata(ID, N); in combineStoreToNewValue()
440 return NewStore; in combineStoreToNewValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp2406 MachineInstr *NewStore = NULL; in RewriteMBB() local
2424 NewStore = NewMIs[1]; in RewriteMBB()
2425 MBB->insert(MII, NewStore); in RewriteMBB()
2426 VRM->addSpillSlotUse(SS, NewStore); in RewriteMBB()
2444 if (!NewStore) in RewriteMBB()
2449 if (NewStore) { in RewriteMBB()
2452 VRM->virtFolded(VirtReg, NewStore, VirtRegMap::isMod); in RewriteMBB()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp230 const StoreRef &NewStore = in enterStackFrame() local
232 return makeWithStore(NewStore); in enterStackFrame()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr); in ConvertUsesToScalar() local
643 NewStore->setAlignment(MTI->getAlignment()); in ConvertUsesToScalar()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11318 SDValue NewStore = DAG.getStore(NewChain, DL, StoredVal, in MergeStoresOfConstantsOrVecElts() local
11329 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeStoresOfConstantsOrVecElts()
11332 CombineTo(LatestOp, NewStore); in MergeStoresOfConstantsOrVecElts()
11873 SDValue NewStore = DAG.getStore( in MergeConsecutiveStores() local
11887 CombineTo(StoreNodes[i].MemNode, NewStore); in MergeConsecutiveStores()
11890 CombineTo(LatestOp, NewStore); in MergeConsecutiveStores()
12048 SDValue NewStore = in visitSTORE() local
12053 if (NewStore.getNode() != N) in visitSTORE()
12054 return CombineTo(ST, NewStore, true); in visitSTORE()