HomeSort by relevance Sort by last modified time
    Searched refs:PREFETCH (Results 1 - 25 of 35) sorted by null

1 2

  /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/webkit/glue/
resource_type.h 25 PREFETCH, // an explicitly requested prefetch
weburlloader_impl.cc 137 return ResourceType::PREFETCH;
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 594 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
595 /// is the chain. The other operands are the address to prefetch,
598 PREFETCH,
    [all...]
SelectionDAGNodes.h     [all...]
  /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...]
system.h 246 # undef PREFETCH
genrtl.h 881 gen_rtx_fmt_eee (PREFETCH, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
rtl.h 273 In a PREFETCH, this flag indicates that it should be considered a scheduling
    [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...]
system.h 246 # undef PREFETCH
genrtl.h 881 gen_rtx_fmt_eee (PREFETCH, (MODE), (ARG0), (ARG1), (ARG2))
    [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...]
system.h 246 # undef PREFETCH
genrtl.h 881 gen_rtx_fmt_eee (PREFETCH, (MODE), (ARG0), (ARG1), (ARG2))
    [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...]
system.h 246 # undef PREFETCH
genrtl.h 881 gen_rtx_fmt_eee (PREFETCH, (MODE), (ARG0), (ARG1), (ARG2))
    [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/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 56 case ISD::PREFETCH: return "Prefetch";
  /external/oprofile/events/mips/74K/
events 68 event:0x34 counters:0,2 um:zero minimum:500 name:PREFETCH_INSNS : 52-0 Prefetch instructions graduated
142 event:0x434 counters:1,3 um:zero minimum:500 name:CACHE_HIT_PREFETCH_INSNS : 52-1 PREFETCH instructions which did nothing, because they hit in the cache
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp     [all...]

Completed in 623 milliseconds

1 2