HomeSort by relevance Sort by last modified time
    Searched full:simplify (Results 1 - 25 of 1322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/grit/
README 2 projects to manage resources and simplify the localization workflow.
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll 1 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-linux" | FileCheck -check-prefix=DO-SIMPLIFY %s
2 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-win32" | FileCheck -check-prefix=DONT-SIMPLIFY %s
3 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-win32" | FileCheck -check-prefix=C89-SIMPLIFY %s
4 ; RUN: opt < %s -instcombine -S -mtriple "i386-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
5 ; RUN: opt < %s -instcombine -S -mtriple "x86_64-pc-mingw32" | FileCheck -check-prefix=DO-SIMPLIFY %s
6 ; RUN: opt < %s -instcombine -S -mtriple "sparc-sun-solaris" | FileCheck -check-prefix=DO-SIMPLIFY %s
8 ; DO-SIMPLIFY: call float @floorf(
9 ; DO-SIMPLIFY: call float @ceilf(
10 ; DO-SIMPLIFY: call float @roundf(
11 ; DO-SIMPLIFY: call float @nearbyintf
    [all...]
2008-07-13-DivZero.ll 5 ; We can simplify the operand of udiv to '8', but not the operand to the
fold-sqrt-sqrtf.ll 1 ; RUN: opt -instcombine -S -disable-simplify-libcalls < %s | FileCheck %s
  /external/chromium_org/printing/
printing_utils_unittest.cc 11 std::string Simplify(const char* title) {
16 EXPECT_STREQ("", Simplify("").c_str());
18 Simplify("Long string. Long string. Long string. Long string. "
21 Simplify("C\ron\ntrol Charac\15ters").c_str());
22 EXPECT_STREQ("", Simplify("\n\r\n\r\t\r").c_str());
printing_utils.h 13 // Simplify title to resolve issue with some drivers.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
Simplify.g3 1 tree grammar Simplify;
  /external/llvm/test/Transforms/LoopSimplify/
2004-03-15-IncorrectDomUpdate.ll 1 ; RUN: opt < %s -loop-simplify -licm -disable-output
basictest.ll 1 ; RUN: opt < %s -loop-simplify
2004-02-05-DominatorInfoCorruption.ll 1 ; RUN: opt < %s -loop-simplify -verify -licm -disable-output
hardertest.ll 1 ; RUN: opt < %s -loop-simplify
2003-04-25-AssertFail.ll 4 ; RUN: opt < %s -loop-simplify
2004-04-12-LoopSimplify-SwitchBackedges.ll 1 ; RUN: opt < %s -loop-simplify -disable-output
2010-07-15-IncorrectDomFrontierUpdate.ll 1 ; RUN: opt < %s -domfrontier -loop-simplify -domfrontier -verify-dom-info -analyze
  /external/kernel-headers/original/asm-arm/
statfs.h 25 * Let's pack it so the padding goes away to simplify dual ABI support.
  /external/llvm/test/Transforms/LICM/
2003-02-27-NestedLoopExitBlocks.ll 3 ; RUN: opt < %s -loop-simplify
  /frameworks/base/docs/html/training/
advanced.jd 6 development. These classes simplify the steps required to enhance your app with powerful
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 12 // simplify a loop's induction variables based on ScalarEvolution.
40 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
45 /// SimplifyLoopIVs - Simplify users of induction variables within this
  /external/chromium/build/
README.chromium 9 Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings.
  /external/chromium/net/disk_cache/
file_block.h 15 // Used to simplify loading / storing the block from disk.
  /external/chromium_org/build/
README.chromium 9 Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings.
  /external/chromium_org/net/disk_cache/
file_block.h 14 // Used to simplify loading / storing the block from disk.
  /external/clang/test/CodeGen/
branch-target-layout.c 9 // Note that the frontend inverts branches to simplify the condition, so the
libcalls-d.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
  /external/llvm/test/Transforms/EarlyCSE/
floatingpoint.ll 3 ; Ensure we don't simplify away additions vectors of +0.0's (same as scalars).

Completed in 263 milliseconds

1 2 3 4 5 6 7 8 91011>>