/external/chromium_org/ui/aura/ |
window_tree_host_x11.cc | 710 // If we coalesced an event we need to free its cookie.
|
/external/llvm/lib/CodeGen/ |
MachineSink.cpp | 43 STATISTIC(NumCoalesces, "Number of copies coalesced");
|
PHIElimination.cpp | 575 // there is a risk it may not be coalesced away.
|
RegAllocPBQP.cpp | 331 continue; // Already coalesced.
|
RegisterPressure.cpp | 287 /// live-thru ranges. However, two-address or coalesced chains can also lead [all...] |
LiveIntervalAnalysis.cpp | 879 // coalesced into that value. [all...] |
/external/llvm/lib/Target/ARM/ |
A15SDOptimizer.cpp | 152 // Get the subreg type that is most likely to be coalesced
|
ARMBaseRegisterInfo.cpp | 275 // (e.g. coalesced) into a different register. The other register of the
|
/external/llvm/lib/Transforms/Scalar/ |
ConstantHoisting.cpp | 22 // Similar constants are coalesced to reduce register pressure and
|
/external/llvm/unittests/ADT/ |
IntervalMapTest.cpp | 559 // Map should be fully coalesced after that exercise.
|
/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 477 // unique set for each register class. Simliar sets are coalesced with
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 45 OP_SPLIT, // $r0d -> { $r0, $r1 } ($r0d and $r0/$r1 will be coalesced)
|
/external/jemalloc/src/ |
arena.c | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 123 // No-op casts are trivially coalesced by fast-isel. 129 // GEPs with all zero indices are trivially coalesced by fast-isel. [all...] |
ScheduleDAGSDNodes.cpp | 643 // This copy is a liveout value. It is likely coalesced, so reduce the [all...] |
ScheduleDAGRRList.cpp | [all...] |
InstrEmitter.cpp | [all...] |
/external/chromium_org/chrome/browser/extensions/activity_log/ |
counting_policy.cc | 232 // Columns that must match exactly for database rows to be coalesced.
|
/external/jemalloc/include/jemalloc/internal/ |
arena.h | 178 * Clean and dirty available runs are not coalesced, which causes [all...] |
/external/pixman/pixman/ |
pixman-region.c | 586 * The bands may only be coalesced if the bottom of the previous 733 * At the end of each band, the new region is coalesced, if possible, 853 * can be coalesced into larger rectangles. qv. pixman_coalesce, above. [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/external/chromium_org/net/http/ |
http_response_headers.cc | 760 // If the header can be coalesced, then we should split it up. [all...] |
/external/chromium_org/net/url_request/ |
url_request.h | 450 // that appear more than once in the response are coalesced, with values [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JITMemoryManager.cpp | 623 /// Add a tiny allocated region so that Mem2 is never coalesced away. [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/multiplayer/realtime/ |
RealTimeSocket.html | 779 than preserving packet semantics. That is, multiple writes may be coalesced or individual writes [all...] |