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

1 2 3 4 5 6 78 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/include/llvm/MC/
MCInstBuilder.h 1 //===-- llvm/MC/MCInstBuilder.h - Simplify creation of MCInsts --*- C++ -*-===//
  /external/llvm/lib/Target/PowerPC/
PPCInstrBuilder.h 11 // MachineInstrBuilder.h file to simplify generating frame and constant pool
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 67 // Helper functions to simplify if statements
  /external/llvm/test/Transforms/LoopSimplify/
2003-05-12-PreheaderExitOfChild.ll 5 ; RUN: opt < %s -loop-simplify
2010-12-26-PHIInfiniteLoop.ll 1 ; RUN: opt < %s -loop-simplify -S
2012-03-20-indirectbr.ll 1 ; RUN: opt < %s -loop-simplify -S | FileCheck %s
indirectbr.ll 1 ; RUN: opt < %s -loop-simplify -lcssa -verify-loop-info -verify-dom-info -S \
phi-node-simplify.ll 1 ; Loop Simplify should turn phi nodes like X = phi [X, Y] into just Y, eliminating them.
2 ; RUN: opt < %s -loop-simplify -S | grep phi | count 6
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUSubtarget.h 52 // Helper functions to simplify if statements
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 28 * properties to simplify expressions.
344 /* FINISHME: Also simplify (a && a) to (a). */
358 /* FINISHME: Also simplify (a ^^ a) to (false). */
377 /* FINISHME: Also simplify (a || a) to (a). */
  /external/regex-re2/
Android.mk 33 re2/simplify.cc \
  /external/regex-re2/re2/
prefilter.h 79 Prefilter* Simplify();
  /external/valgrind/main/coregrind/m_debuginfo/
README.txt 36 (3) Simplify the stabs reader.
  /frameworks/base/docs/html/design/get-started/
creative-vision.jd 24 <h4>Simplify my life</h4>
  /external/chromium_org/third_party/skia/gyp/
shapeops_edge.gyp 81 '../experimental/Intersection/Simplify.cpp',
111 '../experimental/Intersection/Simplify.h',
  /external/chromium_org/third_party/skia/src/utils/
SkPathUtils.cpp 107 Simplify(*path, path); // simplify resulting path.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
Makefile.inc 26 EXTRA_DIST += libyasm/tests/expr-simplify-identity.asm
27 EXTRA_DIST += libyasm/tests/expr-simplify-identity.hex
  /external/clang/examples/clang-interpreter/
main.cpp 90 // FIXME: This is copied from ASTUnit.cpp; simplify and eliminate.
125 // FIXME: This is copied from cc1_main.cpp; simplify and eliminate.
  /external/skia/gyp/
shapeops_edge.gyp 81 '../experimental/Intersection/Simplify.cpp',
111 '../experimental/Intersection/Simplify.h',
  /external/skia/src/utils/
SkPathUtils.cpp 107 Simplify(*path, path); // simplify resulting path.
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 12 // simplify a loop's induction variables based on ScalarEvolution.
163 // Simplify unnecessary loops away.
197 // Simplify unnecessary loops away.
371 /// simplifyUsersOfIV - Simplify instructions that use this induction variable
382 /// simplifyLoopIVs - Simplify users of induction variables within this

Completed in 186 milliseconds

1 2 3 4 5 6 78 91011>>