Searched refs:Store (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h22 /// Store - This opaque type encapsulates an immutable mapping from
26 typedef const void *Store; typedef in namespace:clang::ento
31 Store store;
34 StoreRef(Store, StoreManager &);
46 Store getStore() const { return store; }
H A DStore.h1 //== Store.h - Interface for maps from Locations to Values ------*- C++ -*--==//
10 // This file defined the types Store and StoreManager.
61 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
70 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
77 virtual StoreRef killBinding(Store ST, Loc L) = 0;
144 virtual StoreRef removeDeadBindings(Store store, const StackFrameContext *LCtx,
147 virtual bool includedInBindings(Store store,
151 /// the specified Store object.
152 virtual void incrementReferenceCount(Store stor
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp304 StoreInst *Store = 0; local
306 for (; !Store || !SawRelease; ++I) {
322 if (Store) {
330 Store = dyn_cast<StoreInst>(Inst);
331 if (!Store || !Store->isSimple()) return;
332 if (Store->getPointerOperand() != Loc.Ptr) return;
336 Value *New = StripPointerCastsAndObjCCalls(Store->getValueOperand());
339 I = Store;
356 Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
[all...]
/freebsd-10.0-release/tools/regression/ia64/unaligned/
H A Dunaligned.t32 my @accesses = ("Load", "Store");
87 if (! /Store.+RegPostInc/) {
H A Dtest.c34 #define Store 0x02 macro
161 #elif ACCESS == Store
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h32 Store = (1<<2), enumerator in enum:llvm::SPII::__anon2496
/freebsd-10.0-release/lib/clang/libclangstaticanalyzercore/
H A DMakefile42 Store.cpp \
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp1 //== Store.cpp - Interface for maps from Locations to Values ----*- C++ -*--==//
10 // This file defined the types Store and StoreManager.
14 #include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
28 StoreRef StoreManager::enterStackFrame(Store OldStore,
31 StoreRef Store = StoreRef(OldStore, *this); local
39 Store = Bind(Store.getStore(), I->first, I->second);
42 return Store;
62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) {
503 Store stor
[all...]
H A DRegionStore.cpp141 // Actual Store type.
211 /// Return the internal tree as a Store.
212 Store asStore() const {
396 StoreRef invalidateRegions(Store store,
408 bool scanReachableSymbols(Store S, const MemRegion *R,
416 virtual StoreRef Bind(Store store, Loc LV, SVal V) {
423 StoreRef BindDefault(Store store, const MemRegion *R, SVal V) {
468 virtual StoreRef killBinding(Store ST, Loc L);
470 void incrementReferenceCount(Store store) {
475 /// the specified Store objec
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp137 case Instruction::Store:
H A DCostModel.cpp158 case Instruction::Store: {
/freebsd-10.0-release/libexec/rtld-elf/amd64/
H A Drtld_start.S102 movq %rax,0x60(%rsp) # Store target over reloff argument
/freebsd-10.0-release/libexec/rtld-elf/i386/
H A Drtld_start.S85 movl %eax,20(%esp) # Store target over obj argument
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp226 assert((Opcode == Instruction::Load || Opcode == Instruction::Store) &&
H A DPPCISelLowering.cpp1811 // Store first byte : number of int regs
1820 // Store second byte : number of float regs
1828 // Store second word : arguments given on stack
1836 // Store third word : arguments given in registers
2132 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
2134 MemOps.push_back(Store);
2151 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
2153 MemOps.push_back(Store);
2319 SDValue Store; local
2324 Store
2360 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
2483 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
2656 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN, local
2681 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
2834 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
4012 SDValue Store = DAG.getStore(Chain, dl, Arg, StoreOff, local
4060 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, local
4332 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, local
4391 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, local
4920 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), FIdx, local
4945 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Ext64, FIdx, local
4999 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Chain, local
5662 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp371 case Instruction::Store: {
442 if (Opcode == Instruction::Load || Opcode == Instruction::Store) {
545 case Instruction::Store: {
548 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0);
549 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1,0);
704 case Instruction::Store: {
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstruction.cpp219 case Store: return "store";
433 case Instruction::Store:
444 case Instruction::Store:
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp146 Store store;
149 MemRegionManager &mrMgr, Store s)
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp304 case Instruction::Store:
H A DSROA.cpp2610 StoreInst *Store = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment());
2613 (void)Store;
2614 DEBUG(dbgs() << " to: " << *Store << "\n");
2631 StoreInst *Store = IRB.CreateAlignedStore(V, &NewAI, NewAI.getAlignment());
2633 (void)Store;
2634 DEBUG(dbgs() << " to: " << *Store << "\n");
2999 StoreInst *Store = cast<StoreInst>(
3001 (void)Store;
3002 DEBUG(dbgs() << " to: " << *Store << "\n");
3234 Value *Store
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp292 if (StoreInst *Store = dyn_cast<StoreInst>(I)) {
293 WriteTargets.insert(Store->getPointerOperand());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp230 assert(!Dest && "Store does not return a value");
233 llvm::StoreInst *Store = CGF.Builder.CreateStore(LoadVal1, Ptr); local
234 Store->setAtomic(Order);
235 Store->setAlignment(Size);
236 Store->setVolatile(E->isVolatile());
H A DCGBuiltin.cpp816 // Store the frame pointer to the setjmp buffer.
822 // Store the stack pointer to the setjmp buffer.
1022 llvm::StoreInst *Store = local
1024 Store->setAlignment(StoreSize.getQuantity());
1025 Store->setAtomic(llvm::Release);
1165 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); local
1166 Store->setAlignment(1);
1170 Store->setOrdering(llvm::Monotonic);
1173 Store->setOrdering(llvm::Release);
1176 Store
1198 StoreInst *Store = Builder.CreateStore(NewVal, Ptr, Volatile); local
[all...]
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s157 movw %bx, curpartition # Store partition number
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp160 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, InOp, StackPtr, PtrInfo, local
164 Lo = DAG.getLoad(NOutVT, dl, Store, StackPtr, PtrInfo,
173 Hi = DAG.getLoad(NOutVT, dl, Store, StackPtr,

Completed in 284 milliseconds

123