HomeSort by relevance Sort by last modified time
    Searched refs:Store (Results 176 - 200 of 379) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 49 store(st.getStore()),
52 stateMgr->getStoreManager().incrementReferenceCount(store);
59 store(RHS.store),
62 stateMgr->getStoreManager().incrementReferenceCount(store);
66 if (store)
67 stateMgr->getStoreManager().decrementReferenceCount(store);
104 // Clean up the store.
217 Store OldStore = getStore();
403 ProgramStateRef ProgramState::makeWithStore(const StoreRef &store) const
    [all...]
SymbolManager.cpp 18 #include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
548 // Query the store to see if the region occurs in any live bindings.
549 if (Store store = reapedStore.getStore()) {
551 reapedStore.getStoreManager().includedInBindings(store, VR);
  /external/libhevc/common/arm/
ihevc_sao_band_offset_chroma.s 94 STRH r5,[r2],#2 @Store the value in pu1_src_left pointer
105 STRH r11,[r4] @store to pu1_src_top_left[0]
120 VST1.8 D0,[r3]! @Store to pu1_src_top[col]
ihevc_sao_edge_offset_class2.s 89 STR r0,[sp,#0x2C] @Store pu1_src in sp
92 STR r2,[sp,#0x30] @Store pu1_src_left in sp
95 STR r3,[sp,#0x38] @Store pu1_src_top in sp
97 SUB sp,sp,#0x94 @Decrement the stack pointer to store some temp arr values
206 STR r0,[sp,#0x90] @Store pu1_src in sp
260 STRB r8,[r5,#1]! @store it in the stack pointer
573 STRB r8,[r5,#1]! @store it in the stack pointer
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 97 STR r0,[sp,#0x2C] @Store pu1_src in sp
100 STR r2,[sp,#0x30] @Store pu1_src_left in sp
104 STR r3,[sp,#0x38] @Store pu1_src_top in sp
105 SUB sp,sp,#0xD4 @Decrement the stack pointer to store some temp arr values
286 STR r0,[sp,#2] @Store pu1_src in sp
350 STRH r8,[r5],#2 @store it in the stack pointer
    [all...]
ihevc_sao_edge_offset_class3.s 93 STR r3,[sp,#0x38] @Store pu1_src_top in sp
95 SUB sp,sp,#0x94 @Decrement the stack pointer to store some temp arr values
150 STR r0,[sp,#0xC0] @Store pu1_src in sp
189 STR r2,[sp,#0xC4] @Store pu1_src_left in sp
214 STR r0,[sp,#0x90] @Store pu1_src in sp
269 STRB r8,[r5,#1]! @store it in the stack pointer
593 STRB r8,[r5,#1]! @store it in the stack pointer
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 102 STR r3,[sp,#0x38] @Store pu1_src_top in sp
103 SUB sp,sp,#0xD4 @Decrement the stack pointer to store some temp arr values
183 STR r0,[sp,#0x100] @Store pu1_src in sp
255 STR r2,[sp,#0x104] @Store pu1_src_left in sp
274 STR r0,[sp,#2] @Store pu1_src in sp
345 STRH r8,[r5],#2 @store it in the stack pointer
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 287 if (StoreInst *Store = dyn_cast<StoreInst>(I)) {
288 WriteTargets.insert(Store->getPointerOperand());
  /external/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 6 # for load and store instructions.
8 # Load and Store Instructions
  /external/tremolo/Tremolo/
bitwiseARM.s 313 @ Store back the new position
347 @ Store back the new position
  /external/valgrind/drd/
drd_load_store.c 106 DRD_(trace_msg_w_bt)("store 0x%lx size %lu val %lu/0x%lx (thread %u /"
115 DRD_(trace_msg_w_bt)("store 0x%lx size %lu val %llu/0x%llx (thread %u"
121 : access_type == eStore ? "store"
374 * Instrument the client code to trace a memory store (--trace-addr).
649 instrument_store(bb, st->Ist.Store.addr, st->Ist.Store.data,
766 * Ignore store-conditionals (except for tracing), and handle
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 178 str r0, [sp, #0] @ Store ArtMethod* to bottom of stack.
431 str ip, [sp] @ store null for method* at bottom of frame
455 strdeq r0, [r9] @ store r0/r1 into result pointer
456 vstrne d0, [r9] @ store s0-s1/d0 into result pointer
484 str ip, [sp] @ Store null for ArtMethod* at bottom of frame
499 strd r0, [r10] @ Store r0/r1 into result pointer
502 vstr d0, [r10] @ Store s0-s1/d0 into result pointer
507 str lr, [sp, r10] @ Store link register per the compiler ABI
547 cbnz r3, .Llock_strex_fail @ store failed, retry
619 cbnz r2, .Lunlock_strex_fail @ store failed, retr
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1056 /// Store a value to memory.
1057 /// The destination is a pointer to a field, the source is the value to store.
1058 class Store : public SExpr {
1062 Store(SExpr *P, SExpr *V) : SExpr(COP_Store), Dest(P), Source(V) {}
1063 Store(const Store &S, SExpr *P, SExpr *V) : SExpr(S), Dest(P), Source(V) {}
1065 SExpr *destination() { return Dest; } // Address to store to
1068 SExpr *source() { return Source; } // Value to store
1079 typename C::CType compare(const Store* E, C& Cmp) const {
    [all...]
  /external/valgrind/VEX/priv/
host_arm_isel.c     [all...]
host_tilegx_isel.c     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 91 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
92 setOperationAction(ISD::STORE, MVT::v16i32, Custom);
94 setOperationAction(ISD::STORE, MVT::i1, Custom);
95 setOperationAction(ISD::STORE, MVT::v4i32, Custom);
182 setOperationAction(ISD::STORE, MVT::v2i64, Promote);
183 AddPromotedToType(ISD::STORE, MVT::v2i64, MVT::v4i32);
203 // We only support LOAD/STORE and vector manipulation ops for vectors
209 case ISD::STORE:
229 // load and store of i64 vectors, so promote v2i64 vector operations to v4i32.
271 setTargetDAGCombine(ISD::STORE);
    [all...]
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 784 __ movq(r11, rcx); // Store original Smi value of x in r11.
999 __ movq(r11, rcx); // Store original Smi value of x in r11.
    [all...]
  /external/v8/test/cctest/compiler/
test-run-native-calls.cc 361 return raw.Store(MachineTypeForC<CType>().representation(), base, offset,
466 Node* store = io.StoreOutput(raw, call); local
467 USE(store);
499 Node* store = io.StoreOutput(raw, call); local
500 USE(store);
572 raw.Store(MachineRepresentation::kWord32, base, offset, raw.Parameter(i),
1108 Node* store = local
    [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 434 void Store(Primitive::Type type, vixl::CPURegister src, const vixl::MemOperand& dst);
  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_avx_x86_64.asm 125 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff
146 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff
303 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
334 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
425 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
455 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 537 assert(StoredVT.getSizeInBits() < 64 && "Not a truncating store");
543 // Build post increment store.
577 // Build regular store.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 215 case Instruction::Store: {
447 // FIXME: We can move load/store/call/free instructions above the call if the
    [all...]
  /external/v8/src/compiler/
machine-operator.h 41 // A Store needs a MachineType and a WriteBarrierKind in order to emit the
590 // store [base + index], value
591 const Operator* Store(StoreRepresentation rep);
602 // checked-store heap, index, length, value
607 // atomic-store [base + index], value
opcodes.h 291 V(Store) \

Completed in 2358 milliseconds

1 2 3 4 5 6 78 91011>>