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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyLibCalls/
abs.ll 1 ; RUN: opt < %s -simplify-libcalls -S | grep {select i1 %ispos}
2005-05-20-sprintf-crash.ll 1 ; RUN: opt < %s -simplify-libcalls -disable-output
2009-01-04-Annotate.ll 1 ; RUN: opt < %s -simplify-libcalls -S > %t
Puts.ll 2 ; RUN: opt < %s -simplify-libcalls -S | FileCheck %s
2008-05-19-memcmp.ll 1 ; RUN: opt < %s -simplify-libcalls -S | grep i32
2009-02-11-NotInitialized.ll 1 ; RUN: opt < %s -inline -simplify-libcalls -functionattrs | \
2009-02-12-StrTo.ll 1 ; RUN: opt < %s -simplify-libcalls -S > %t
2009-05-30-memcmp-byte.ll 1 ; RUN: opt < %s -simplify-libcalls -instcombine -S | grep {ret i32 -65}
PR7357.ll 1 ; RUN: opt < %s "-default-data-layout=e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" -simplify-libcalls -S | FileCheck %s
4 ; check that simplify libcalls will not replace a call with one calling
  /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/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
50 /// simplifyIVUsers - Simplify instructions recorded by the IVUsers pass.
  /external/llvm/test/Transforms/LICM/
2003-02-27-NestedLoopExitBlocks.ll 3 ; RUN: opt < %s -loop-simplify
  /build/core/
host_shared_library.mk 23 # to simplify the link line.
  /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/clang/test/CodeGen/
libcalls-d.c 1 // llvm-gcc -O1+ should run simplify libcalls, O0 shouldn't
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 44 /// runOnFunction - Remove instructions that simplify.
57 // simplify all instructions. On later iterations ToSimplify is not
75 // Place the list of instructions to simplify on the next loop iteration
91 // Public interface to the simplify instructions pass.
  /external/llvm/test/Transforms/InstCombine/
2008-07-13-DivZero.ll 5 ; We can simplify the operand of udiv to '8', but not the operand to the

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>