/external/jpeg/ |
jcdctmgr.c | 193 sample_data += start_row; /* fold in the vertical offset once */ 283 sample_data += start_row; /* fold in the vertical offset once */
|
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 638 /// \brief Try to fold an immediate directly into an instruction 655 // Inline immediates can always be fold 660 // Already fold literal immediate 665 // Fold this literal immediate 781 /// \brief Try to fold the Nodes operands into the Node 837 // Second go over the operands and try to fold them 854 // Try to fold the immediates [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 167 // If we found a single destination that we can fold the switch into, do so 193 // Otherwise, we can fold this switch into a conditional branch 447 /// recursively fold the and to 0. 481 // If BB has single-entry PHI nodes, fold them. 535 /// CanPropagatePredecessorsForPHIs - Return true if we can fold BB, an 543 DEBUG(dbgs() << "Looking to fold " << BB->getName() << " into " 567 DEBUG(dbgs() << "Can't fold, phi node " << PN->getName() << " in " 583 DEBUG(dbgs() << "Can't fold, phi node " << PN->getName() << " in " [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcdctmgr.c | 193 sample_data += start_row; /* fold in the vertical offset once */ 283 sample_data += start_row; /* fold in the vertical offset once */
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 604 /// FoldGEPICmp - Fold comparisons between a GEP instruction and something 653 // and both GEPs have only constant indices or just one use, then fold 725 // the result to fold to a constant! 739 /// FoldICmpAddOpCst - Fold "icmp pred (X+CI), X". [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.cc | 52 // Read an array of |nmemb| items from |fp| into |ptr|, and fold the 66 // Write an array of |nmemb| items from |ptr| to |fp|, and fold the 82 // |fp| and fold them into the checksum in |context|. Returns true on 107 // Write all of |values| to |fp|, and fold the data into the checksum
|
/external/chromium/net/http/ |
http_stream.h | 85 // TODO(mbelshe): We should figure out how to fold the not_reusable flag
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_plugin_container_manager.cc | 28 // The reason is 2-fold:
|
/external/chromium_org/media/base/simd/ |
vector_math_sse.cc | 98 // Fold the maximums together to get the overall maximum.
|
/external/chromium_org/net/http/ |
http_stream_base.h | 84 // TODO(mbelshe): We should figure out how to fold the not_reusable flag
|
/external/chromium_org/third_party/opus/src/doc/ |
build_draft.sh | 72 cat opus_source.tar.gz| base64 | tr -d '\n' | fold -w 64 | \
|
/external/compiler-rt/lib/ |
extendsfdf2.c | 74 // Any reasonable optimizer will fold and propagate all of these.
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 248 /* case-fold/default */ 259 /* case-fold/Turkic */ 334 /* case-fold/default */ 342 /* case-fold/Turkic */
|
/external/llvm/include/llvm/Transforms/Utils/ |
BuildLibCalls.h | 121 bool fold(CallInst *CI, const DataLayout *TD, const TargetLibraryInfo *TLI);
|
/external/llvm/lib/MC/ |
MCExpr.cpp | 534 /// This routine attempts to aggresively fold the operands such that the result 557 // Fold the result constant immediately. 563 // If we have a layout, we can fold resolved differences. 565 // First, fold out any differences which are fully resolved. By
|
/external/llvm/lib/Target/MSP430/ |
MSP430RegisterInfo.cpp | 127 // Fold imm into offset
|
/external/llvm/lib/Transforms/Scalar/ |
LoopRotation.cpp | 208 /// Fold the loop tail into the loop exit by speculating the loop tail 383 // nodes allows icmps and other instructions to fold. 425 // then we fold away the cond branch to an uncond branch. This simplifies the 466 // We can fold the conditional branch in the preheader, this makes things
|
/external/llvm/test/Analysis/ScalarEvolution/ |
nsw-offset.ll | 3 ; ScalarEvolution should be able to fold away the sign-extensions
|
/external/llvm/test/CodeGen/ARM/ |
2011-08-25-ldmia_ret.ll | 44 ; Fold the CSR+return into a pop
|
/external/llvm/test/CodeGen/X86/ |
2008-03-31-SpillerFoldingBug.ll | 2 ; Don't fold re-materialized load into a two address instruction
|
avx-load-store.ll | 27 ;; The two tests below check that we must fold load + scalar_to_vector
|
fast-isel-gep.ll | 113 ; PR10605 / rdar://9930964 - Don't fold loads incorrectly. The load should
|
/external/llvm/test/Transforms/InstCombine/ |
apint-sub.ll | 110 ; Can't fold subtract here because negation it might oveflow.
|
extractvalue.ll | 9 ; Instcombine should fold various combinations of insertvalue and extractvalue
|
/external/llvm/test/Transforms/SROA/ |
big-endian.ll | 8 ; and other operations that instcombine will fold, but no alloca. Note this is
|