/external/chromium/net/base/ |
load_flags_list.h | 101 // Indicates that this load was motivated by the rel=prefetch feature, 103 LOAD_FLAG(PREFETCH, 1 << 23)
|
/external/chromium_org/net/base/ |
load_flags_list.h | 106 // Indicates that this load was motivated by the rel=prefetch feature, 108 LOAD_FLAG(PREFETCH, 1 << 24)
|
/external/chromium/webkit/glue/ |
resource_type.h | 25 PREFETCH, // an explicitly requested prefetch
|
/external/chromium_org/webkit/common/ |
resource_type.cc | 38 return ResourceType::PREFETCH;
|
resource_type.h | 29 PREFETCH, // an explicitly requested prefetch
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
3dnow_xform3.S | 67 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 73 PREFETCH ( REGIND(EAX) ) 147 PREFETCH ( REGIND(EAX) ) 161 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 167 PREFETCH ( REGIND(EAX) ) 228 PREFETCH ( REGIND(EAX) ) 229 PREFETCH ( REGIND(EDX) ) 238 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 244 PREFETCH ( REGIND(EAX) ) 316 PREFETCH ( REGIND(EAX) [all...] |
3dnow_xform4.S | 67 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 73 PREFETCH ( REGIND(EAX) ) 155 PREFETCH ( REGIND(EAX) ) 170 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 177 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 244 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 245 PREFETCH ( REGOFF(32, EAX) ) /* hopefully array is tightly packed */ 335 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 342 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 409 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead * [all...] |
3dnow_normal.S | 129 PREFETCH ( REGIND(EDX) ) 161 PREFETCH ( REGIND(EDI) ) 281 PREFETCH ( REGIND(EDX) ) 325 PREFETCH ( REGIND(EDX) ) 409 PREFETCH ( REGIND(EDX) ) 503 PREFETCH ( REGIND(EDX) ) 572 PREFETCH ( REGIND(EDX) ) 660 PREFETCH ( REGIND(EDX) ) 713 PREFETCH ( REGIND(EAX) ) 724 PREFETCH ( REGIND(ECX) [all...] |
/external/mesa3d/src/mesa/x86/ |
3dnow_xform3.S | 67 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 73 PREFETCH ( REGIND(EAX) ) 147 PREFETCH ( REGIND(EAX) ) 161 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 167 PREFETCH ( REGIND(EAX) ) 228 PREFETCH ( REGIND(EAX) ) 229 PREFETCH ( REGIND(EDX) ) 238 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 244 PREFETCH ( REGIND(EAX) ) 316 PREFETCH ( REGIND(EAX) [all...] |
3dnow_xform4.S | 67 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 73 PREFETCH ( REGIND(EAX) ) 155 PREFETCH ( REGIND(EAX) ) 170 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 177 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 244 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 245 PREFETCH ( REGOFF(32, EAX) ) /* hopefully array is tightly packed */ 335 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead */ 342 PREFETCH ( REGOFF(32, EAX) ) /* hopefully stride is zero */ 409 PREFETCHW ( REGOFF(32, EDX) ) /* prefetch 2 vertices ahead * [all...] |
3dnow_normal.S | 129 PREFETCH ( REGIND(EDX) ) 161 PREFETCH ( REGIND(EDI) ) 281 PREFETCH ( REGIND(EDX) ) 325 PREFETCH ( REGIND(EDX) ) 409 PREFETCH ( REGIND(EDX) ) 503 PREFETCH ( REGIND(EDX) ) 572 PREFETCH ( REGIND(EDX) ) 660 PREFETCH ( REGIND(EDX) ) 713 PREFETCH ( REGIND(EAX) ) 724 PREFETCH ( REGIND(ECX) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_quarantine.h | 99 PREFETCH(b->batch[i]); 101 PREFETCH(b->batch[i + kPrefetch]);
|
sanitizer_internal_defs.h | 131 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ 149 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) 151 # define PREFETCH(x) __builtin_prefetch(x)
|
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 587 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand 588 /// is the chain. The other operands are the address to prefetch, 591 PREFETCH, [all...] |
/external/chromium_org/content/browser/loader/ |
resource_dispatcher_host_unittest.cc | 902 ResourceType::PREFETCH); // detachable type [all...] |
resource_loader.cc | 647 if (info->GetResourceType() == ResourceType::PREFETCH) { 655 UMA_HISTOGRAM_TIMES("Net.Prefetch.TimeSpentPrefetchingFromCache", 659 UMA_HISTOGRAM_TIMES("Net.Prefetch.TimeSpentPrefetchingFromNetwork", 665 UMA_HISTOGRAM_TIMES("Net.Prefetch.TimeBeforeCancel", total_time); 673 UMA_HISTOGRAM_ENUMERATION("Net.Prefetch.Pattern", status, STATUS_MAX);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 248 /* Memory prefetch, with attributes supported on some targets. 256 whose prefetch instructions do not support them. */ 257 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 248 /* Memory prefetch, with attributes supported on some targets. 256 whose prefetch instructions do not support them. */ 257 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 248 /* Memory prefetch, with attributes supported on some targets. 256 whose prefetch instructions do not support them. */ 257 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 248 /* Memory prefetch, with attributes supported on some targets. 256 whose prefetch instructions do not support them. */ 257 DEF_RTL_EXPR(PREFETCH, "prefetch", "eee", RTX_EXTRA) [all...] |
/external/oprofile/events/mips/24K/ |
events | 38 event:0x14 counters:0 um:zero minimum:500 name:PREFETCH_INSNS : 20-0 PREFETCH instructions completed 102 event:0x414 counters:1 um:zero minimum:500 name:CACHE_HIT_PREFETCH_INSNS : 20-1 PREFETCH instructions completed with cache hit
|
/external/oprofile/events/mips/34K/ |
events | 38 event:0x14 counters:0 um:zero minimum:500 name:PREFETCH_INSNS : 20-0 PREFETCH instructions completed 110 event:0x414 counters:1 um:zero minimum:500 name:CACHE_HIT_PREFETCH_INSNS : 20-1 PREFETCH instructions completed with cache hit
|
/external/oprofile/events/mips/1004K/ |
events | 38 event:0x14 counters:0 um:zero minimum:500 name:PREFETCH_INSNS : 20-0 PREFETCH instructions completed 118 event:0x414 counters:1 um:zero minimum:500 name:CACHE_HIT_PREFETCH_INSNS : 20-1 PREFETCH instructions completed with cache hit
|
/external/oprofile/events/i386/atom/ |
events | 15 event:0x07 counters:0,1 um:simd_prefetch minimum:6000 name:PREFETCH : Streaming SIMD Extensions (SSE) Prefetch instructions executed 25 event:0x24 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_IN : L2 cache misses 27 event:0x26 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_OUT : L2 cache lines evicted 28 event:0x27 counters:0,1 um:core,prefetch minimum:500 name:L2_M_LINES_OUT : Modified lines evicted from the L2 cache 30 event:0x29 counters:0,1 um:core,prefetch,mesi minimum:6000 name:L2_LD : L2 cache reads 33 event:0x2E counters:0,1 um:l2_rqsts,core,prefetch,mesi minimum:6000 name:L2_RQSTS : L2 cache requests 34 event:0x30 counters:0,1 um:core,prefetch,mesi minimum:500 name:L2_REJECT_BUSQ : Rejected L2 cache requests
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_resource_dispatcher_host_delegate.cc | 25 #include "chrome/browser/prefetch/prefetch_field_trial.h" 208 // Handle a PREFETCH resource type. If prefetch is disabled, squelch the 210 if (resource_type == ResourceType::PREFETCH) { 211 // All PREFETCH requests should be GETs, but be defensive about it. 215 // If prefetch is disabled, kill the request. 216 if (!prefetch::IsPrefetchEnabled())
|