HomeSort by relevance Sort by last modified time
    Searched defs:NewStore (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
108 SymReaper.setReapedStore(newStore);
128 const StoreRef &newStore = Mgr.StoreMgr->BindDefault(getStore(), R, V);
129 ProgramStateRef new_state = makeWithStore(newStore);
190 const StoreRef &newStore
195 ProgramStateRef newState = makeWithStore(newStore);
208 const StoreRef &newStore =
211 return makeWithStore(newStore);
218 const StoreRef &newStore
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 400 StoreInst *NewStore = IC.Builder->CreateAlignedStore(
403 NewStore->setAtomic(SI.getOrdering(), SI.getSynchScope());
426 NewStore->setMetadata(ID, N);
440 return NewStore;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AvoidStoreForwardingBlocks.cpp 416 MachineInstr *NewStore =
427 getBaseOperand(NewStore).setIsKill(false);
430 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill());
431 LLVM_DEBUG(NewStore->dump());
  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 384 auto *NewStore = InstStore::create(
387 Context.insert(NewStore);
388 Instr = NewStore;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 527 StoreInst *NewStore = IC.Builder.CreateAlignedStore(
530 NewStore->setAtomic(SI.getOrdering(), SI.getSyncScopeID());
553 NewStore->setMetadata(ID, N);
567 return NewStore;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 203 auto *NewStore = Builder.CreateStore(NewVal, Addr);
209 LoopToCandidates[TargetLoop].emplace_back(OldVal, NewStore);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 642 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
643 NewStore->setAlignment(MTI->getAlignment());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 312 milliseconds