HomeSort by relevance Sort by last modified time
    Searched full:accesses (Results 251 - 275 of 2582) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Analysis/LoopAccessAnalysis/
forward-loop-carried.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
safe-no-checks.ll 1 ; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s
underlying-objects-1.ll 1 ; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s
  /external/llvm/test/CodeGen/AArch64/
arm64-scaled_iv.ll 3 ; Make loop-reduce prefer unscaled accesses.
  /external/llvm/test/CodeGen/NVPTX/
machine-sink.ll 11 ; conservative on sinking memory accesses. As a result, the loads and
  /external/llvm/test/CodeGen/PowerPC/
reloc-align.ll 3 ; This test verifies that the peephole optimization of address accesses
  /external/llvm/test/CodeGen/X86/
tls-local-dynamic.ll 49 ; This accesses TLS, but is dominated by the previous block,
  /external/llvm/test/Instrumentation/AddressSanitizer/
asan-vs-gvn.ll 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
instrument-stack.ll 1 ; This test checks that we are not instrumenting direct inbound stack accesses.
  /external/llvm/test/Transforms/LoopLoadElim/
non-consecutive.ll 3 ; The accesses to A are independent here but LAA reports it as a loop-carried
  /external/llvm/test/Transforms/Util/MemorySSA/
multiple-backedges-hal.ll 26 ; More specifically, one access, with multiple clobbering accesses. One of
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
27-1.c 14 * of accesses requested in the prot argument.
6-3.c 9 * MPR An implementation may permit accesses other than those specified by prot;
  /external/mesa3d/src/mesa/main/
barrier.c 85 * "When barriers is ALL_BARRIER_BITS, shader memory accesses will be
  /external/nanopb-c/generator/proto/
nanopb.proto 38 // accesses to variables.
  /external/selinux/python/sepolgen/src/sepolgen/
audit.py 152 access - list of accesses that were allowed or denied
179 self.accesses = []
187 # position one beyond the open brace. It then adds the accesses until it finds
198 self.accesses.append(recs[i])
248 access_tuple = tuple( self.accesses)
254 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses);
264 raise ValueError("Invalid permission %s\n" % " ".join(self.accesses))
528 avc.accesses, avc, avc_type=avc.type, data=avc.data)
531 avc.accesses, avc, avc_type=avc.type, data=avc.data)
  /external/skia/tools/gpu/gl/debug/
GrFakeRefObj.h 18 // goes to 0) so that we can detect invalid memory accesses. The refs we
  /external/skqp/tools/gpu/gl/debug/
GrFakeRefObj.h 18 // goes to 0) so that we can detect invalid memory accesses. The refs we
  /external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
nonzero-first-index.ll 44 ; ...and again make sure that out-of-range accesses are not transformed.
  /external/tpm2/
RSAKeySieve.h 57 // values will need to be accesses sequentially. This tries to save some data access.
  /external/trappy/trappy/plotter/
Utils.py 36 template class to sanitize attr accesses
  /external/valgrind/docs/html/
sg-manual.html 43 observation about the likely forms of stack and global array accesses.
58 <p>Checking of accesses to such arrays would then be relatively
65 if a memory referencing instruction accesses inside a stack or
82 iteration, it accesses somewhere else, possibly a different local,
101 <span class="emphasis"><em>first time</em></span> this binary instruction accesses an
133 instruction and the array, which is checked on subsequent accesses
137 uses that as the "example" of how subsequent accesses should
157 accesses <code class="computeroutput">a[]</code> and
191 accesses to them. This is true even when those arrays are accessed
  /external/valgrind/drd/
drd_segment.h 57 * Bitmap representing the memory accesses by the instructions associated
  /external/vboot_reference/firmware/include/
gbb_access.h 22 * This accesses the GBB and reads its header.
  /packages/apps/Dialer/java/com/android/dialer/proguard/
proguard_base.flags 36 # Parcel reflectively accesses this field.

Completed in 1197 milliseconds

<<11121314151617181920>>