/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest-printers.h | 533 // possibly causing invalid memory accesses. [all...] |
/external/llvm/include/llvm/Analysis/ |
AliasAnalysis.h | 121 /// Loads from constant globals are not considered memory accesses for this [all...] |
DependenceAnalysis.h | 11 // accesses. Currently, it is an implementation of the approach described in [all...] |
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | [all...] |
/external/llvm/lib/Analysis/ |
GlobalsModRef.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
StatepointLowering.cpp | 173 // same slot. This allows folding of the memory accesses for some [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 711 /// Returns true if the target allows unaligned memory accesses of the [all...] |
/external/llvm/lib/Transforms/IPO/ |
ArgumentPromotion.cpp | 649 // handle cases where there are both a direct load and GEP accesses. [all...] |
FunctionAttrs.cpp | 127 // Skip accesses to local or constant memory as they don't impact the [all...] |
/external/llvm/lib/Transforms/Utils/ |
PromoteMemoryToRegister.cpp | 187 /// This code only looks at accesses to allocas. [all...] |
/external/llvm/test/CodeGen/AMDGPU/ |
ds_read2.ll | 279 ; allows unaligned LDS accesses, which would be a problem here.
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 105 * #define can be used to guard code that accesses the new entry [all...] |
/external/mesa3d/src/compiler/spirv/ |
vtn_variables.c | 441 /* Only valid for push constants accesses now. */ [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 375 /* TODO: this uses unaligned accesses liberally, which is great on Nehalem, [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_api.c | 199 * done. The only problem is when Mesa accesses ctx->Current [all...] |
/external/mesa3d/src/vulkan/registry/ |
vk.xml | [all...] |
/external/nanopb-c/docs/ |
reference.rst | 87 on unaligned accesses to variables. [all...] |
/external/python/cpython2/Doc/tutorial/ |
classes.rst | 772 object that defines the method :meth:`~iterator.next` which accesses elements [all...] |
/external/python/cpython3/Doc/tutorial/ |
classes.rst | 769 object that defines the method :meth:`~iterator.__next__` which accesses [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLSurfaceView.java | [all...] |
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 235 /// Guards Map from concurrent accesses. [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86MCCodeEmitter.cpp | 636 // If it accesses SPL, BPL, SIL, or DIL, then it requires a 0x40 REX prefix. [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86CodeEmitter.cpp | 164 // If it accesses SPL, BPL, SIL, or DIL, then it requires a 0x40 REX prefix. [all...] |
X86ISelLowering.h | 551 /// unaligned memory accesses. of the specified type. [all...] |