HomeSort by relevance Sort by last modified time
    Searched full:coalesced (Results 1 - 25 of 170) 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/chromium_org/content/browser/loader/
resource_scheduler.h 61 // when a background Client becomes COALESCED (ie, finishes loading.)
69 COALESCED,
74 // Note that clients which would be COALESCED are UNTHROTTLED until
179 // Called when a Client becomes coalesced.
181 // Called when a client stops being coalesced.
209 // This is a repeating timer to initiate requests on COALESCED Clients.
resource_scheduler.cc 335 SetThrottleState(COALESCED);
348 if (throttle_state_ == COALESCED) {
350 } else if (old_throttle_state == COALESCED) {
404 // THROTTLED || UNTHROTTLED -> COALESCED
406 // COALESCED -> THROTTLED
407 // A COALESCED client will transition into UNTHROTTLED when the network is
408 // woken up by a heartbeat and then transition back into COALESCED.
427 if (throttle_state_ != COALESCED) {
436 SetThrottleState(COALESCED);
589 // COALESCED Clients never load requests, with the following exceptions
    [all...]
resource_scheduler_unittest.cc 698 EXPECT_EQ(ResourceScheduler::COALESCED,
709 EXPECT_EQ(ResourceScheduler::COALESCED,
    [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 84 // Adds an event to the queue. The event may be coalesced with previously
85 // queued events (e.g. consecutive touch-move events can be coalesced into a
162 // Ack all coalesced events in |acked_event| to the client with |ack_result|,
touch_event_queue.cc 278 // This class represents a single coalesced touch event. However, it also keeps
279 // track of all the original touch-events that were coalesced into a single
280 // event. The coalesced event is forwarded to the renderer, while the original
281 // touch-events are sent to the Client (on ACK for the coalesced event) so that
296 // the event was coalesced.
306 // until the first coalesced event, optimizing the (common) case where the
307 // event is not coalesced at all.
353 // This is the list of the original events that were coalesced, each requiring
421 // also a touch-move, then the events can be coalesced into a single event.
  /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

Completed in 570 milliseconds

1 2 3 4 5 6 7