Home
last modified time | relevance | path

Searched refs:cacheline (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c337 util_cpu_caps.cacheline = sizeof(void *); in util_cpu_detect()
344 util_cpu_caps.cacheline = 32; in util_cpu_detect()
350 unsigned int cacheline; in util_cpu_detect() local
381 cacheline = ((regs2[1] >> 8) & 0xFF) * 8; in util_cpu_detect()
382 if (cacheline > 0) in util_cpu_detect()
383 util_cpu_caps.cacheline = cacheline; in util_cpu_detect()
430 unsigned int cacheline; in util_cpu_detect() local
432 cacheline = regs2[2] & 0xFF; in util_cpu_detect()
433 if (cacheline > 0) in util_cpu_detect()
434 util_cpu_caps.cacheline = cacheline; in util_cpu_detect()
[all …]
Du_cpu_detect.h53 unsigned cacheline; member
/external/llvm/lib/Target/Hexagon/
DHexagonSystemInst.td93 // Zero an aligned 32-byte cacheline.
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c86 unsigned mip_align = MAX2(64, util_cpu_caps.cacheline); in llvmpipe_texture_layout()
124 lpr->row_stride[level] = align(nblocksx * block_size, util_cpu_caps.cacheline); in llvmpipe_texture_layout()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h.in310 * In addition, this controls the spacing of cacheline-spaced size classes.
319 /* Return the smallest cacheline multiple that is >= s. */
/external/llvm/lib/Target/X86/
DREADME.txt351 Make sure the instruction which starts a loop does not cross a cacheline
355 In the new trace, the hot loop has an instruction which crosses a cacheline
358 to grab the bytes from the next cacheline.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME.txt435 Make sure the instruction which starts a loop does not cross a cacheline
439 In the new trace, the hot loop has an instruction which crosses a cacheline
442 to grab the bytes from the next cacheline.
/external/jemalloc/
DChangeLog728 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and