HomeSort by relevance Sort by last modified time
    Searched full:coalesced (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 32 * are coalesced, note that they are all idempotent.
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 32 STATISTIC(NumCoalesces, "Number of copies coalesced");
38 STATISTIC(NumCommutes, "Number of copies coalesced after commuting");
145 // The 2-addr pass has been updated to handle coalesced subregs. However,
RegisterCoalescer.cpp 97 /// WorkList - Copy instructions yet to be coalesced.
124 /// copies that cannot yet be coalesced into WorkList.
133 /// true if the copy was successfully coalesced away. If it is not
135 /// other things get coalesced, then it returns true by reference in
163 /// its other operand is coalesced to the copy dest register, see if we
548 /// commutable instruction and its other operand is coalesced to the copy dest
622 // If some of the uses of IntA.reg is already coalesced away, return false.
    [all...]
TwoAddressInstructionPass.cpp 92 // likely targets to be coalesced to due to copies from physical registers to
97 // likely targets to be coalesced to due to copies to physical registers from
425 // be coalesced, so follow the kill flag.
522 // instruction if the first one is coalesced. So it would be profitable to
714 /// coalesced to r0 (from the input side). v1025 is mapped to r1. v1026 is
776 // Don't mess with copies, they may be coalesced later.
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedInputStream.java 111 * <p> Returns all the data in a chunked stream in coalesced form. A chunk
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 232 * are found. Note that ranges may be coalesced.
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 219 // Requests to re-create the menu are coalesced. |create_in_progress_| is true
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 105 // aren't coalesced, so we store frames to avoid redundant calls.
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 52 // message so updates will get coalesced, but as soon as we spin the message
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.cc 169 // case they would be coalesced into one block, true otherwise.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.cpp 239 // keep tabs coalesced in tab span
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_base.c 256 /* Coalesced block to be freed is last block before dummy
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 186 // after regalloc, the definitions of coalesced values are linked
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 239 * of the coalesced MOV's source value).
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 256 /* Coalesced block to be freed is last block before dummy
  /external/llvm/lib/MC/
MCSectionMachO.cpp 33 { "coalesced", "S_COALESCED" }, // 0x0B
  /external/llvm/test/CodeGen/Generic/
select.ll 148 ; copy instruction (add-with-0), but this copy should get coalesced
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 84 { "Coalesced" , 0x0B },
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 186 // after regalloc, the definitions of coalesced values are linked
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 239 * of the coalesced MOV's source value).
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_base.c 256 /* Coalesced block to be freed is last block before dummy
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 193 // coalesce them. The next span of |leftover| was not previously coalesced
247 // achieved by blindly decommitting the entire coalesced region, which may
  /external/elfutils/0.153/libdwfl/
libdwfl.h 140 segment may be coalesced internally with preceding segments. When given
142 preceding contiguous segment. To prevent coalesced segments, always
  /external/elfutils/elfutils/
libdwfl.h 140 segment may be coalesced internally with preceding segments. When given
142 preceding contiguous segment. To prevent coalesced segments, always
  /external/llvm/include/llvm/Support/
MachO.h 182 /// S_COALESCED - Section contains symbols that are to be coalesced.
221 /// S_ATTR_NO_TOC - Section contains coalesced symbols that are not to be
    [all...]

Completed in 1384 milliseconds

1 23 4 5 6 7