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

1 2 3 4 5 6 7 8 91011>>

  /art/test/475-simplify-mul-zero/
info.txt 1 Regression check for optimizing simplify instruction pass.
  /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...]
pow-3.ll 3 ; RUN: opt < %s -disable-simplify-libcalls -instcombine -S | FileCheck %s
  /external/kernel-headers/original/uapi/asm-arm/asm/
statfs.h 6 * Let's pack it so the padding goes away to simplify dual ABI support.
  /external/llvm/test/Transforms/CodeGenPrepare/X86/
memset_chk-simplify-nobuiltin.ll 1 ; RUN: opt -S -disable-simplify-libcalls -codegenprepare < %s | FileCheck %s
9 ; - TLI::has (always returns false thanks to -disable-simplify-libcalls)
  /art/test/474-fp-sub-neg/
info.txt 1 Regression check for optimizing simplify instruction pass.
  /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
  /external/cmockery/cmockery_0_1_2/packages/deb/
control 12 Description: The cmockery package contains a lightweight library to simplify
  /external/libunwind/src/mips/
gen-offsets.c 17 "/* Define various structure offsets to simplify cross-compilation. */\n\n"
  /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/libchrome/sandbox/win/src/
policy_params.h 37 "to simplify fs policies");
39 "to simplify fs policies");
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
14 func (re *Regexp) Simplify() *Regexp {
20 // Simplify children, building new Regexp if children change.
23 nsub := sub.Simplify()
38 sub := re.Sub[0].Simplify()
49 sub := re.Sub[0].Simplify()
119 // simplify1 implements Simplify for the unary OpStar,
130 // simplify1 is factored out of Simplify because the implementation
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify.go 7 // Simplify returns a regexp equivalent to re but without counted repetitions
14 func (re *Regexp) Simplify() *Regexp {
20 // Simplify children, building new Regexp if children change.
23 nsub := sub.Simplify()
38 sub := re.Sub[0].Simplify()
49 sub := re.Sub[0].Simplify()
119 // simplify1 implements Simplify for the unary OpStar,
130 // simplify1 is factored out of Simplify because the implementation
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
cwutil 84 def simplify(lst): function in function:put
87 print cw.put_metric_data(namespace, simplify(metric_name.split(';')),
88 dimensions = simplify(map(_parse_dict, dimensions.split(';'))) if dimensions else None,
89 value = simplify(value.split(';')) if value else None,
90 statistics = simplify(map(_parse_dict, statistics.split(';'))) if statistics else None,
91 timestamp = simplify(timestamp.split(';')) if timestamp else None,
92 unit = simplify(unit.split(';')) if unit else None)
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 12 // simplify a loop's induction variables based on ScalarEvolution.
58 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
64 /// SimplifyLoopIVs - Simplify users of induction variables within this
  /art/runtime/interpreter/mterp/mips64/
op_double_to_int.S 3 * TODO: simplify this when the MIPS64R6 emulator
op_double_to_long.S 3 * TODO: simplify this when the MIPS64R6 emulator
op_float_to_int.S 3 * TODO: simplify this when the MIPS64R6 emulator
op_float_to_long.S 3 * TODO: simplify this when the MIPS64R6 emulator
  /external/chromium-trace/catapult/experimental/bisect_lib/
README.md 15 * Simplify code sharing with the related [Telemetry](/telemetry/README.md) and [Performance Dashboard](/dashboard/README.md) projects.

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 91011>>