HomeSort by relevance Sort by last modified time
    Searched refs:Addr (Results 126 - 150 of 312) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/Blackfin/
BlackfinInstrInfo.h 63 SmallVectorImpl<MachineOperand> &Addr,
74 SmallVectorImpl<MachineOperand> &Addr,
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 360 extern "C" void sys_icache_invalidate(const void *Addr, size_t len);
369 void *Addr = (void*)JCE.getCurrentPCValue();
377 EmitBranchToAt((intptr_t)Addr, (intptr_t)Fn, false, is64Bit);
378 sys::Memory::InvalidateInstructionCache(Addr, 7*4);
379 return Addr;
382 void *Addr = (void*)JCE.getCurrentPCValue();
405 sys::Memory::InvalidateInstructionCache(Addr, 10*4);
406 return Addr;
  /external/llvm/lib/VMCore/
DebugInfoProbe.cpp 77 Value *Addr = NULL;
80 Addr = DDI->getAddress();
83 Addr = DVI->getValue();
86 if (Addr)
128 Value *Addr = NULL;
131 Addr = DDI->getAddress();
134 Addr = DVI->getValue();
137 if (Addr)
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 81 DRD_(malloclike_block)(tid, (Addr)p, size);
90 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size)
114 if (DRD_(freelike_block)(tid, (Addr)p))
124 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p)
236 mc->data = (Addr)p_new;
240 s_start_using_mem_callback((Addr)p_new, new_size, 0/*ec_uniq*/);
315 Bool DRD_(heap_addrinfo)(Addr const a,
316 Addr* const data,
drd_load_store.c 86 void DRD_(trace_mem_access)(const Addr addr, const SizeT size,
89 if (DRD_(is_any_traced)(addr, addr + size))
105 addr,
117 static VG_REGPARM(2) void drd_trace_mem_load(const Addr addr, const SizeT size)
119 return DRD_(trace_mem_access)(addr, size, eLoad);
122 static VG_REGPARM(2) void drd_trace_mem_store(const Addr addr,const SizeT size
    [all...]
drd_mutex.c 70 const Addr mutex, const MutexT mutex_type)
118 void DRD_(not_a_mutex)(const Addr mutex)
133 static void wrong_mutex_type(const Addr mutex)
146 DRD_(mutex_get_or_allocate)(const Addr mutex, const MutexT mutex_type)
174 struct mutex_info* DRD_(mutex_get)(const Addr mutex)
182 DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type)
221 void DRD_(mutex_post_destroy)(const Addr mutex)
241 void DRD_(mutex_pre_lock)(const Addr mutex, MutexT mutex_type,
296 void DRD_(mutex_post_lock)(const Addr mutex, const Bool took_lock,
362 void DRD_(mutex_unlock)(const Addr mutex, MutexT mutex_type
    [all...]
drd_hb.c 87 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
115 * Report that the synchronization object at address 'addr' is of the
118 static void wrong_type(const Addr addr)
122 .addr = addr,
131 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
151 struct hb_info* DRD_(hb_get)(const Addr hb)
158 void DRD_(hb_happens_before)(const DrdThreadId tid, Addr const hb)
197 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 44 if (Addr == 0) {
48 dbgs() << "PHITransAddr: " << *Addr << "\n";
91 if (Addr == 0) return true;
95 if (!VerifySubExpr(Addr, Tmp))
117 Instruction *Inst = dyn_cast<Instruction>(Addr);
320 /// PredBB. This returns true on failure and sets Addr to null.
324 Addr = PHITranslateSubExpr(Addr, CurBB, PredBB, DT);
329 if (Instruction *Inst = dyn_cast_or_null<Instruction>(Addr))
331 Addr = 0
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 62 /*OUT*/Addr* client_ip)
317 Addr setup_client_stack( void* init_sp,
320 Addr clstack_end,
326 Addr *ptr;
332 Addr client_SP; /* client stack base (initial SP) */
333 Addr clstack_start;
431 ptr = (Addr*)client_SP;
437 *ptr++ = (Addr)(argc + (have_exename ? 1 : 0));
441 *ptr++ = (Addr)copy_str(&strtab, info->interp_name);
445 *ptr++ = (Addr)copy_str(&strtab, info->interp_args)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 116 Addr retaddr;
378 static Bool extend ( ThreadState *tst, Addr addr, SizeT size )
383 if (VG_(extend_stack)(addr, tst->client_stack_szB)) {
384 stackseg = VG_(am_find_nsegment)(addr);
387 addr, stackseg->start, stackseg->end);
394 addr, tid);
402 VG_(synth_fault_mapping)(tid, addr);
411 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
439 static Addr build_rt_sigframe(ThreadState *tst
    [all...]
  /external/valgrind/main/callgrind/
global.h 236 * for subroutine call (from->bb->jmp_addr => to->bb->addr)
467 Addr start; /* Start address of text segment mapping */
486 Addr sp; /* stack pointer directly after call */
487 Addr ret_addr; /* address to which to return to
622 Addr addr; member in struct:_AddrPos
623 Addr bb_addr;
665 void (*log_1I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3);
666 void (*log_1I1Dw)(InstrInfo*, Addr, Word) VG_REGPARM(3);
668 void (*log_0I1Dr)(InstrInfo*, Addr, Word) VG_REGPARM(3)
    [all...]
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 105 intptr_t Addr;
111 Addr = getMachineBasicBlockAddress(MR.getBasicBlock());
113 MR.setResultPointer((void*)Addr);
115 Addr = getConstantPoolEntryAddress(MR.getConstantPoolIndex());
117 MR.setResultPointer((void*)Addr);
120 Addr = getJumpTableEntryAddress(MR.getJumpTableIndex());
122 MR.setResultPointer((void*)Addr);
  /external/valgrind/main/coregrind/
m_execontext.c 88 Addr ips[0];
240 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz )
295 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/
299 Addr ips[VG_DEEPEST_BACKTRACE];
305 vg_assert(sizeof(void*) == sizeof(Addr));
329 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips )
400 + n_ips * sizeof(Addr) );
438 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a ) {
472 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips )
pub_core_machine.h 116 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h
117 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h
118 Addr VG_(get_FP) ( ThreadId tid );
120 void VG_(set_IP) ( ThreadId tid, Addr encip );
121 void VG_(set_SP) ( ThreadId tid, Addr sp );
pub_core_scheduler.h 95 Addr clstack_end,
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 132 void *CodeEmitter::UpdateGlobalMapping(const llvm::GlobalValue *GV, void *Addr) {
133 if (Addr == NULL) {
151 CurVal = Addr;
595 // Stores the data in @Val of type @Ty at address @Addr.
597 void *Addr,
613 memcpy(Addr, Src, StoreBytes);
625 ::memcpy(reinterpret_cast<uint8_t*>(Addr) + i,
630 ::memcpy(Addr, Src + sizeof(uint64_t) - i, i);
635 *reinterpret_cast<float*>(Addr) = Val.FloatVal;
639 *reinterpret_cast<double*>(Addr) = Val.DoubleVal
    [all...]
  /external/chromium/net/disk_cache/
storage_block-inl.h 17 Addr address)
46 Addr address) {
105 template<typename T> const Addr StorageBlock<T>::address() const {
  /external/valgrind/main/memcheck/
mc_leakcheck.c 259 Int find_chunk_for_OLD ( Addr ptr,
265 Addr a_lo, a_hi;
270 a_hi = ((Addr)chunks[i]->data) + chunks[i]->szB;
282 Int find_chunk_for ( Addr ptr,
286 Addr a_mid_lo, a_mid_hi;
475 lc_is_a_chunk_ptr(Addr ptr, Int* pch_no, MC_Chunk** pch, LC_Extra** pex)
546 lc_push_without_clique_if_a_chunk_ptr(Addr ptr, Bool is_prior_definite)
580 lc_push_if_a_chunk_ptr_register(Addr ptr)
589 lc_push_with_clique_if_a_chunk_ptr(Addr ptr, Int clique)
630 lc_push_if_a_chunk_ptr(Addr ptr, Int clique, Bool is_prior_definite
673 Addr addr; local
    [all...]
mc_replace_strmem.c 66 Addr loS, hiS, loD, hiD;
71 loS = (Addr)src;
72 loD = (Addr)dst;
169 (Addr)dst-(Addr)dst_orig+1, \
170 (Addr)src-(Addr)src_orig+1)) \
199 (Addr)dst-(Addr)dst_orig+1, \
200 (Addr)src-(Addr)src_orig+1))
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 74 void ML_(call_on_new_stack_0_1) ( Addr stack,
75 Addr retaddr,
207 UInt flags, Addr esp,
281 seg = VG_(am_find_nsegment)((Addr)esp);
283 ctst->client_stack_highest_word = (Addr)VG_PGROUNDUP(esp);
685 (Addr) & info->entry_number, sizeof(unsigned int) );
688 (Addr) & info->entry_number, sizeof(unsigned int) );
833 if (a2 != (Addr)NULL)
835 if (a3 != (Addr)NULL)
837 if (a4 != (Addr)NULL
1301 Addr addr; local
    [all...]
  /external/valgrind/main/exp-ptrcheck/
sg_main.c 57 void preen_global_Invars ( Addr a, SizeT len ); /*fwds*/
93 static Word cmp_nonempty_intervals ( Addr a1, SizeT n1,
94 Addr a2, SizeT n2 ) {
108 static Bool is_subinterval_of ( Addr aBig, SizeT nBig,
109 Addr aSmall, SizeT nSmall ) {
115 static Addr Addr__min ( Addr a1, Addr a2 ) {
120 static Addr Addr__max ( Addr a1, Addr a2 )
473 Addr addr; member in struct:__anon12663
548 Addr addr = *(Addr*)VG_(indexXA)( bases, i ); local
578 Addr addr = *(Addr*)VG_(indexXA)( bases, i ); local
627 Addr addr; \/* copied from .descr->addr *\/ member in struct:__anon12664
823 Addr addr; member in struct:__anon12666::__anon12667::__anon12670
948 Addr addr; member in struct:__anon12673
    [all...]
  /external/elfutils/libelf/
gelf_xlate.h 20 FUNDAMENTAL (ADDR, Addr, LIBELFBITS);
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 58 evaluateBranch(const MCInst &Inst, uint64_t Addr, uint64_t Size) const;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 651 if (void *Addr = getPointerToGlobalIfAvailable(F))
652 return Addr; // Check if function already code gen'd
665 if (void *Addr = getPointerToGlobalIfAvailable(F))
666 return Addr;
670 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
671 addGlobalMapping(F, Addr);
672 return Addr;
677 void *Addr = getPointerToGlobalIfAvailable(F);
678 assert(Addr && "Code generation didn't add function to GlobalAddress table!");
679 return Addr;
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 129 Addr guestaddr; /* Guest address of lock */

Completed in 498 milliseconds

1 2 3 4 56 7 8 91011>>