/toolchain/binutils/binutils-2.27/config/ |
tls.m4 | 43 dnl accesses it might otherwise assume to be redundant, or reorder
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
CommandFileWatcherTest.java | 31 * Unit tests for {@link CommandFileWatcher}. Mocks all file system accesses.
|
/external/valgrind/helgrind/ |
helgrind.h | 533 memory accesses done by T1 .. Tn before the ..BEFORE.. call as 534 happening-before all memory accesses done by Tm after the 536 accesses afterwards are to the same locations as accesses before by 585 subsequent accesses to this memory. [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Intrinsics.td | 41 // IntrArgMemOnly - This intrinsic only accesses memory that its pointer-typed 46 // IntrInaccessibleMemOnly -- This intrinsic only accesses memory that is not 50 // IntrInaccessibleMemOrArgMemOnly -- This intrinsic only accesses memory that 490 // None of these intrinsics accesses memory at all. 502 // None of these intrinsics accesses memory at all...but that doesn't mean the [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
Intrinsics.td | 41 // IntrArgMemOnly - This intrinsic only accesses memory that its pointer-typed 46 // IntrInaccessibleMemOnly -- This intrinsic only accesses memory that is not 50 // IntrInaccessibleMemOrArgMemOnly -- This intrinsic only accesses memory that 490 // None of these intrinsics accesses memory at all. 502 // None of these intrinsics accesses memory at all...but that doesn't mean the [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
iatomic.h | 229 * memory accesses are ordered. 359 * accesses are visible before all subsequent 360 * accesses and vice versa. This is also known as 364 * accesses to memory mapped I/O registers. For that, mf.a needs to 663 * The sync instruction guarantees that all memory accesses initiated
|
/external/clang/lib/Sema/ |
SemaExprMember.cpp | 477 assert(BaseExpr && "cannot happen with implicit member accesses"); 734 // Implicit member accesses. 746 // Explicit member accesses. 799 // accesses an anonymous struct/union that's a static member of [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | 126 "enable-interleaved-mem-accesses", cl::init(false), cl::Hidden, 127 cl::desc("Enable vectorization on interleaved memory accesses in a loop")); [all...] |
/external/valgrind/callgrind/docs/ |
cl-manual.xml | [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_query_hw_sm.c | 169 "accesses. In case of perfect coalescing this increments by 1,2, and 4 for " 170 "32, 64 and 128 bit accesses by a warp respectively"), 175 "accesses. In case of perfect coalescing this increments by 1,2, and 4 for " 176 "32, 64 and 128 bit accesses by a warp respectively"), 191 "accesses. In case of perfect coalescing this increments by 1,2, and 4 for " 192 "32, 64 and 128 bit accesses by a warp respectively"), 197 "accesses. In case of perfect coalescing this increments by 1,2, and 4 for " 198 "32, 64 and 128 bit accesses by a warp respectively"), 203 "accesses. In case of perfect coalescing this increments by 1,2, and 4 for " 204 "32, 64 and 128 bit accesses by a warp respectively") [all...] |
/external/llvm/test/CodeGen/X86/ |
atomic_mi.ll | 132 ; Currently the transformation is not done on 16 bit accesses, as the backend 145 ; Currently the transformation is not done on 16 bit accesses, as the backend 311 ; Currently the transformation is not done on 16 bit accesses, as the backend 324 ; Currently the transformation is not done on 16 bit accesses, as the backend 699 ; Currently the transformation is not done on 16 bit accesses, as the backend 779 ; Currently the transformation is not done on 16 bit accesses, as the backend
|
/external/valgrind/lackey/ |
lk_main.c | 40 // * --trace-mem=yes: trace all (data) memory accesses. 80 // Instructions that do memory accesses are followed by one or more "load", 87 // Instruction Memory accesses Event sequence 132 // want to analyse locality of memory accesses -- but is not good if 140 // uses the same basic technique for tracing memory accesses, but also groups 857 // This dirty helper accesses memory. Collect the details. [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
DebugContext.java | 60 * Test whether we are detect out-of-bounds allocation accesses 79 * Test whether we are detect out-of-bounds allocation accesses
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/memctrl/ |
memctrl_v2.c | 423 * Setup the Memory controller to allow only secure accesses to 606 * Setup the Memory controller to restrict CPU accesses to the Video
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/ |
ArmMmuLibCore.c | 635 // DMA), have the page table walker perform cached accesses as well, and
636 // assert below that that matches the attributes we use for CPU accesses to
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/ |
IsaIo.h | 57 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 ///< Map a memory range so all read and write accesses are cached.
329 /// used to abstract accesses to ISA controllers. There is one EFI_ISA_IO_PROTOCOL
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/ |
grant_table.h | 168 * GTF_readonly: Restrict @domid to read-only mappings and accesses. [GST]
370 /* Accesses to the granted frame will be restricted to read-only access. */
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
TestStringPrep.java | 34 NFS client accesses the server, but have meaning when a local process 35 accesses the file. The ability to display and modify these
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestStringPrep.java | 31 NFS client accesses the server, but have meaning when a local process 32 accesses the file. The ability to display and modify these
|
/external/javassist/src/main/javassist/ |
CtConstructor.java | 307 * If the constructor accesses a field, the class declaring the resulting method 335 * If the constructor accesses a field, the class declaring the resulting method
|
/external/libchrome/base/trace_event/ |
trace_log.h | 439 // This lock protects TraceLog member accesses (except for members protected 442 // This lock protects accesses to thread_names_, thread_event_start_times_
|
/external/llvm/bindings/python/llvm/ |
object.py | 351 """Mark the object as expired to prevent future API accesses. 415 """Expire this instance, making future API accesses fail."""
|
/external/llvm/lib/Analysis/ |
MemoryDependenceAnalysis.cpp | 404 // We must be careful with atomic accesses, as they may allow another thread 430 // between the pair of accesses under consideration. 503 // non-aliasing locations, as normal accesses, for example, can be safely 504 // reordered with volatile accesses. 569 // Stores don't depend on other no-aliased accesses. 595 // non-aliasing locations, as normal accesses can for example be reordered 596 // with volatile accesses. [all...] |
/external/llvm/lib/DebugInfo/PDB/Raw/ |
PDBFile.cpp | 129 // PDB file, because it accesses the directory and various other things, which 131 // subclass of IPDBStreamData which only accesses the fields that have already
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 319 // Match interleaved memory accesses to ldN/stN intrinsics. 363 // For ELF, cleanup any local-dynamic TLS accesses (i.e. combine as many
|