HomeSort by relevance Sort by last modified time
    Searched refs:writebacks (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGCall.h 87 Writebacks.insert(Writebacks.end(),
88 other.Writebacks.begin(), other.Writebacks.end());
97 Writebacks.push_back(writeback);
100 bool hasWritebacks() const { return !Writebacks.empty(); }
105 writeback_const_range writebacks() const { function in class:clang::CodeGen::CallArgList
106 return writeback_const_range(Writebacks.begin(), Writebacks.end());
130 SmallVector<Writeback, 1> Writebacks;
    [all...]
CGCall.cpp     [all...]
  /external/oprofile/events/mips/rm7000/
events 23 event:0x13 counters:0,1 um:zero minimum:500 name:SCACHE_WRITEBACKS : Secondary cache writebacks
24 event:0x14 counters:0,1 um:zero minimum:500 name:PCACHE_WRITEBACKS : Primary cache writebacks
  /external/oprofile/events/mips/rm9000/
events 22 event:0x13 counters:0,1 um:zero minimum:500 name:L2_WRITEBACKS : L2 cache writebacks
23 event:0x14 counters:0,1 um:zero minimum:500 name:DCACHE_WRITEBACKS : Dcache writebacks
  /external/oprofile/events/i386/westmere/
unit_masks 119 0x01 i_state L1 writebacks to L2 in I state (misses)
120 0x02 s_state L1 writebacks to L2 in S state
121 0x04 e_state L1 writebacks to L2 in E state
122 0x08 m_state L1 writebacks to L2 in M state
123 0x0f mesi All L1 writebacks to L2
223 0x40 l1d_writeback Offcore L1 data cache writebacks
  /external/oprofile/events/x86-64/family11h/
unit_masks 125 0x02 L2 writebacks to system
  /external/oprofile/events/x86-64/hammer/
unit_masks 114 0x02 L2 writebacks to system
  /external/oprofile/events/i386/nehalem/
events 42 event:0x28 counters:0,1,2,3 um:l1d_wb_l2 minimum:500 name:L1D_WB_L2 : Counts number of L1 writebacks to the L2.
  /external/oprofile/events/mips/74K/
events 42 event:0x18 counters:0,2 um:zero minimum:500 name:DCACHE_WRITEBACKS : 24-0 Data cache writebacks
46 event:0x1c counters:0,2 um:zero minimum:500 name:L2_CACHE_WRITEBACKS : 28-0 L2 Cache Writebacks
  /external/oprofile/events/x86-64/family10/
unit_masks 133 0x02 L2 writebacks to system

Completed in 354 milliseconds