HomeSort by relevance Sort by last modified time
    Searched refs:Writebacks (Results 1 - 2 of 2) 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...]
  /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

Completed in 120 milliseconds