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

<<11121314151617181920>>

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawTypes.h 59 // code that accesses the fields.
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 47 // for local address accesses in MF.
  /external/llvm/lib/Target/X86/
X86.h 35 /// This pass combines multiple accesses to local-dynamic TLS variables so that
  /external/llvm/test/Analysis/LoopAccessAnalysis/
multiple-strides-rt-memory-checks.ll 1 ; RUN: opt -loop-accesses -analyze -S < %s | FileCheck %s
resort-to-memchecks-only.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
store-to-invariant-check1.ll 1 ; RUN: opt < %s -loop-accesses -analyze | FileCheck -check-prefix=OLDPM %s
store-to-invariant-check2.ll 1 ; RUN: opt < %s -loop-accesses -analyze | FileCheck %s
store-to-invariant-check3.ll 1 ; RUN: opt < %s -loop-accesses -analyze | FileCheck %s
underlying-objects-2.ll 1 ; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s
unsafe-and-rt-checks.ll 1 ; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
  /external/llvm/test/CodeGen/AArch64/
merge-store.ll 28 ; the fastness of unaligned accesses was not specified correctly.
  /external/llvm/test/CodeGen/X86/
avoid_complex_am.ll 3 ; Make loop-reduce prefer unscaled accesses.
  /external/llvm/test/Instrumentation/AddressSanitizer/
experiment-call.ll 2 ; -asan-force-experiment flag turns all memory accesses into experiments.
experiment.ll 2 ; -asan-force-experiment flag turns all memory accesses into experiments.
  /external/llvm/test/Transforms/LoadStoreVectorizer/X86/
preserve-order64.ll 8 ; Check an i64 and i8* get vectorized, and that the two accesses
  /external/llvm/test/Transforms/LoopDistribute/
basic.ll 5 ; RUN: -loop-accesses -analyze < %s | FileCheck %s --check-prefix=ANALYSIS
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
max-vf-for-interleaved.ll 14 ; loads and stores instead of <8 x i32> accesses.
  /external/llvm/test/Transforms/LoopVectorize/X86/
parallel-loops-after-reg2mem.ll 6 ; The parallel loop has been invalidated by the new memory accesses introduced
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap12.c 23 * Later accesses to the mapping will not be blocked by page faults"
  /external/ltp/testcases/kernel/syscalls/umount2/
umount2_01.c 21 * new accesses, and actually perform the unmount when the mount
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
6-1.c 9 * MPR An implementation may permit accesses other than those specified by prot;
6-2.c 9 * MPR An implementation may permit accesses other than those specified by prot;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_asm.c 69 BUG("error: generating instruction that accesses two different uniforms");
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 45 * Help analyze and modify the register accesses of instructions.
  /external/selinux/python/sepolgen/tests/
test_audit.py 66 self.assertEqual(avc.accesses, [])
83 self.assertEqual(avc.accesses, ["getattr"])
106 self.assertEqual(avc.accesses, ["read"])
130 self.assertEqual(avc.accesses, ["dac_read_search"])

Completed in 2381 milliseconds

<<11121314151617181920>>