HomeSort by relevance Sort by last modified time
    Searched full:coalesced (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/CodeGen/ARM/
darwin-section-order.ll 5 ; CHECK: .section __TEXT,__textcoal_nt,coalesced,pure_instructions
6 ; CHECK: .section __TEXT,__const_coal,coalesced
  /external/chromium_org/cc/output/
gl_renderer_draw_cache.h 27 // that only differ by transform may be coalesced into a single draw call.
32 // Values tracked to determine if textured quads may be coalesced.
45 // A cache for the coalesced quad data.
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 26 /// two registers can be coalesced, CoalescerPair can determine if a copy
35 /// SrcReg - the virtual register that will be coalesced into dstReg.
38 /// DstIdx - The sub-register index of the old DstReg in the new coalesced
42 /// SrcIdx - The sub-register index of the old SrcReg in the new coalesced
56 /// NewRC - The register class of the coalesced register, or NULL if DstReg
104 /// getSrcReg - Return the virtual register that will be coalesced away.
107 /// getDstIdx - Return the subregister index that DstReg will be coalesced
111 /// getSrcIdx - Return the subregister index that SrcReg will be coalesced
115 /// getNewRC - Return the register class of the coalesced register.
  /external/chromium_org/tools/gn/
trace.cc 47 struct Coalesced {
48 Coalesced() : name_ptr(NULL), total_duration(0.0), count(0) {}
59 bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) {
79 std::map<std::string, Coalesced> coalesced; local
81 Coalesced& c = coalesced[items[i]->name()];
88 std::vector<Coalesced> sorted;
89 for (std::map<std::string, Coalesced>::iterator iter = coalesced.begin()
    [all...]
  /external/clang/test/CodeGenObjC/
metadata_symbols.m 14 // CHECK-X86_64: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced", align 8
26 // CHECK-X86_64-HIDDEN: @"OBJC_EHTYPE_$_EH1" = weak hidden global {{.*}}, section "__DATA,__datacoal_nt,coalesced"
38 // CHECK-ARMV6: @"OBJC_EHTYPE_$_EH1" = weak global {{.*}}, section "__DATA,__datacoal_nt,coalesced", align 4
objc-align.m 27 // RUNX: grep '@"\\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global .*, section "__DATA, __objc_protolist, coalesced, no_dead_strip", align 8' %t &&
30 // RUNX: grep '@"\\01l_OBJC_PROTOCOL_$_P" = weak hidden global .*, section "__DATA,__datacoal_nt,coalesced", align 8' %t &&
metadata-symbols-64.m 14 // CHECK: @"\01l_OBJC_PROTOCOL_$_P" = weak hidden global {{.*}} section "__DATA,__datacoal_nt,coalesced", align 8
15 // CHECK: @"\01l_OBJC_LABEL_PROTOCOL_$_P" = weak hidden global {{.*}} section "__DATA, __objc_protolist, coalesced, no_dead_strip", align 8
31 // CHECK: @"\01l_objc_msgSend_fixup_alloc" = weak hidden global {{.*}} section "__DATA, __objc_msgrefs, coalesced", align 16
  /external/chromium_org/sync/protocol/
synced_notification_data.proto 71 // An opaque string key used to identify individual coalesced notifications.
83 // Read state will be per coalesced notification.
92 // The time when the LATEST notification of the coalesced notification is
106 // when any user action within this coalesced notification is triggered.
synced_notification_render.proto 26 // Render information for the collapsed (summary) view of a coalesced
46 // Render information for the expanded (detail) view of a coalesced
51 // Collapsed information for each notification in the coalesced group.
55 // viewer can be taken to. These relate to the coalesced notification.
  /external/clang/test/Analysis/
plist-html-macros.c 11 // This tests two things: that the two calls to null_deref below are coalesced
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_queue_unittest.cc 230 // Coalesced.
264 // Ack for queued coalesced event.
304 // Coalesced.
317 // Coalesced.
351 // Coalesced without changing event order. Note anchor at (60, 60). Anchoring
370 // Check whether coalesced correctly.
387 // Check whether coalesced correctly.
404 // Check whether coalesced correctly.
430 // Check whether coalesced correctly.
459 // Check whether coalesced correctly
    [all...]
touch_event_queue.h 88 // Adds an event to the queue. The event may be coalesced with previously
89 // queued events (e.g. consecutive touch-move events can be coalesced into a
168 // Ack all coalesced events in |acked_event| to the client with |ack_result|.
touch_event_queue.cc 244 // This class represents a single coalesced touch event. However, it also keeps
245 // track of all the original touch-events that were coalesced into a single
246 // event. The coalesced event is forwarded to the renderer, while the original
247 // touch-events are sent to the Client (on ACK for the coalesced event) so that
268 // the event was coalesced.
321 // This is the list of the original events that were coalesced, each requiring
390 // also a touch-move, then the events can be coalesced into a single event.
gesture_event_queue.cc 165 // It's possible that the ack for the second event in an in-flight, coalesced
182 // can be coalesced with existing queued events prior to dispatch.
303 // Only include the second-to-last event in the coalesced pair if it exists
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.h 29 // have their registrations coalesced rather than overwriting each
  /external/llvm/test/CodeGen/AArch64/
regress-tblgen-chains.ll 6 ; recognised and so both loads from %locvar below were coalesced into a single
  /external/llvm/test/CodeGen/X86/
global-sections.ll 32 ; DARWIN: .section __TEXT,__const_coal,coalesced
93 ; DARWIN: .section __DATA,__datacoal_nt,coalesced
108 ; DARWIN: .section __TEXT,__const_coal,coalesced
157 ; DARWIN: .section __DATA,__datacoal_nt,coalesced
2008-12-19-EarlyClobberBug.ll 3 ; Make sure the copy after inline asm is not coalesced away.
2009-09-10-LoadFoldingBug.ll 5 ; safe. This can happen we a subreg_to_reg 0 has been coalesced. One
2011-06-12-FastAllocSpill.ll 6 ; CHECK: Number of copies coalesced
x86-64-and-mask.ll 16 ; This copy can't be coalesced away because it needs the implicit zero-extend.
  /external/llvm/test/MC/MachO/
weakdef.s 3 .section __DATA,__datacoal_nt,coalesced
4 .section __TEXT,__const_coal,coalesced
10 .section __DATA,__datacoal_nt,coalesced
diff-with-two-sections.s 5 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  /external/chromium_org/cc/layers/
layer_utils.cc 102 // First, apply coalesced transform we've been building and reset it.
136 // If we've got an unapplied coalesced transform at this point, it must still
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 125 if (parentRecord.coalesced())
140 if (lastRecord && lastRecord.coalesced())
154 if (lastRecord.presentationParent().coalesced())
342 coalesced: function()
563 coalesced: function()

Completed in 912 milliseconds

1 2 3 4 5 6 7