/external/valgrind/main/docs/internals/ |
notes.txt | 33 merge but needs to have Jeremy's space-saving hacks folded in.
|
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 271 * window has a compatibility scale it is also folded in the returned
|
/external/llvm/lib/CodeGen/ |
PeepholeOptimizer.cpp | 54 // Loads that can be folded into a later instruction. A load is foldable 86 STATISTIC(NumImmFold, "Number of move immediate folded"); 87 STATISTIC(NumLoadFold, "Number of loads folded");
|
/external/llvm/lib/Transforms/Utils/ |
IntegerDivision.cpp | 30 /// point will be pointing at the uren (if present, i.e. not folded), ready to 66 /// present, i.e. not folded), ready to be expanded if the user wishes 88 /// present, i.e. not folded), ready to be expanded if the user wishes.
|
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | [all...] |
JumpThreading.cpp | 42 STATISTIC(NumFolds, "Number of terminators folded"); 471 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); 473 if (Constant *KC = getKnownConstant(Folded, WantInteger)) 547 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(), 549 if (Constant *KC = getKnownConstant(Folded, WantInteger)) [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrSSE.td | 176 Sched<[itins.Sched.Folded, ReadAfterLd]>; 200 Sched<[itins.Sched.Folded, ReadAfterLd]>; 222 Sched<[itins.Sched.Folded, ReadAfterLd]>; [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | 528 // folded. 814 /// constant folds return true and set the folded value. 845 // folded if the case was simple enough. 854 // "X && 0" would have been constant folded to 0. 879 // folded if the case was simple enough. [all...] |
CGObjCRuntime.h | 69 // eventually be folded into other places (the structure layout
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAddSub.cpp | 626 // addends will be later on folded into a single addend. Following above 629 // be later on folded into "<b1+b2, y>". 649 // Pop all addends being folded and push the resulting folded addend. 673 // The addition is folded to 0.0. 859 // dyn_castFoldableMul - If this value is a multiply that can be folded into [all...] |
InstCombineCompares.cpp | 612 // e.g. "&foo[0] <s &foo[1]" can't be folded to "true" because "foo" could be 744 // If we have X+0, exit early (simplifying logic below) and let it get folded [all...] |
/external/antlr/antlr-3.4/antlr3-maven-plugin/ |
pom.xml | 117 sorting, option tracking, generating sources and so on are all folded back
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.h | 243 // FIXME: This should probably go away, folded into FontBuilder.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ulocdata.h | 139 * USET_CASE_INSENSITIVE to retrieve a case-folded
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_instructions.cpp | 58 * can get constant folded.
|
/external/chromium_org/third_party/openssl/openssl/crypto/bf/ |
bf_locl.h | 189 * fun as (R>>BF_i)&BF_M gets folded into a single instruction, namely
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2_tokenizer.c | 123 ** second is the token text (folded, stemmed, etc.) and the third is the
|
/external/icu4c/i18n/unicode/ |
ulocdata.h | 153 * USET_CASE_INSENSITIVE to retrieve a case-folded
|
/external/jpeg/ |
jidctflt.c | 30 * folded into the multiplications or divisions by the JPEG quantization
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
JavascriptParserImpl.java | 249 * the buffer are correctly folded.
|
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 98 /// U can be folded during instruction selection that starts at Root.
|
/external/llvm/lib/IR/ |
ConstantFold.cpp | 333 /// on Ty, with any known factors factored out. If Folded is false, 338 bool Folded) { 378 if (!Folded) 390 /// on Ty, with any known factors factored out. If Folded is false, 395 bool Folded) { 444 if (!Folded) 456 /// on Ty and FieldNo, with any known factors factored out. If Folded is false, 462 bool Folded) { 499 if (!Folded) [all...] |
/external/llvm/test/CodeGen/X86/ |
fast-isel-x86-64.ll | 67 ; PR3242 - Out of range shifts should not be folded by fastisel.
|
misched-matrix.ll | 14 ; For current top-down heuristics, ensure that some folded imulls have
|
regpressure.ll | 9 ;; folded into the multiplies, 2 registers otherwise.
|