HomeSort by relevance Sort by last modified time
    Searched full:passes (Results 76 - 100 of 2299) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Analysis/
RegionPass.cpp 11 // and transformation passes are derived from RegionPass. RGPassManager is
52 /// run - Execute all of the passes scheduled for execution. Keep track of
53 /// whether any of the passes modifies the function, and if so, return true.
83 // Run all passes on the current Region.
133 // Do not run other passes on this region.
137 // If the region was deleted, release all the region passes. This frees up
146 // Pop the region from queue after running all passes.
152 // Free all region nodes created in region passes.
173 /// Print passes managed by this manager
222 // RGPassManager passes. In such case, pop RGPassManager from th
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 20 "passes"=>"3",
70 "passes"=>"3",
  /external/llvm/include/llvm/IR/
PassManager.h 14 /// a pass. A pass manager is generally a tool to collect a sequence of passes
17 /// containing IR construct for a Module, a manager for passes over modules
18 /// forms the base case which runs its managed passes in sequence over the
21 /// The core IR library provides managers for running passes over
90 /// \brief Construct a special preserved set that preserves all passes.
109 /// preserved passes which are not also preserved in the argument.
125 /// preserved passes which are not also preserved in the argument.
150 /// \brief Test whether all passes are preserved.
169 /// \brief Manages a sequence of passes over units of IR.
171 /// A pass manager contains a sequence of passes to run over units of IR. It i
    [all...]
LegacyPassManagers.h 27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
31 // o Release memory occupied by dead passes
54 // used by a pass manager to manage execution order of passes. It also provides
82 // This is a external interface used by various tools to manages passes. It
182 /// Schedule pass P for execution. Make sure that passes required by
184 /// the manager. Remove dead passes. This is a recursive function.
187 /// Set pass P as the last user of the given analysis passes.
190 /// Collect passes whose last user is P
194 /// passes and all pass managers. If desired pass is not found
226 // Print passes managed by this top level manager
    [all...]
CallingConv.h 82 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
101 /// X86_ThisCall - Similar to X86_StdCall. Passes first argument in ECX,
107 /// Passes all arguments in parameter space.
111 /// Passes all arguments in register or parameter space.
145 /// \brief MSVC calling convention that passes vectors and vector aggregates
  /external/llvm/lib/Passes/
LLVMBuild.txt 1 ;===- ./lib/Passes/LLVMBuild.txt -------------------------------*- Conf -*--===;
20 name = Passes
  /external/llvm/tools/opt/
PassPrinters.h 1 //===- PassPrinters.h - Utilities to print analysis info for passes -------===//
11 /// \brief Utilities to print analysis info for various kinds of passes.
NewPMDriver.cpp 26 #include "llvm/Passes/PassBuilder.h"
91 // Before executing passes, print the final values of the LLVM options.
94 // Now that we have all of the passes ready, run them.
  /frameworks/base/core/java/android/view/animation/
TranslateXAnimation.java 32 * Constructor. Passes in 0 for the y parameters of TranslateAnimation
39 * Constructor. Passes in 0 for the y parameters of TranslateAnimation
TranslateYAnimation.java 32 * Constructor. Passes in 0 for the x parameters of TranslateAnimation
39 * Constructor. Passes in 0 for the x parameters of TranslateAnimation
  /external/eigen/doc/
TopicAssertions.dox 71 - \b EIGEN_STATIC_ASSERT_FIXED_SIZE(TYPE) - passes if \a TYPE is fixed size.
72 - \b EIGEN_STATIC_ASSERT_DYNAMIC_SIZE(TYPE) - passes if \a TYPE is dynamic size.
74 - \b EIGEN_STATIC_ASSERT_ARRAYXPR(Derived) - passes if \a Derived is an array expression.
83 - \b EIGEN_STATIC_ASSERT_VECTOR_ONLY(TYPE) - passes if \a TYPE must be a vector type.
84 - <b>EIGEN_STATIC_ASSERT_VECTOR_SPECIFIC_SIZE(TYPE, SIZE)</b> - passes if \a TYPE must be a vector of the given size.
85 - <b>EIGEN_STATIC_ASSERT_MATRIX_SPECIFIC_SIZE(TYPE, ROWS, COLS)</b> - passes if \a TYPE must be a matrix with given rows and columns.
  /external/llvm/docs/CommandGuide/
opt.rst 61 analysis passes in any order. The :option:`-help` option lists all the passes
72 disables most passes.
91 .. option:: -time-passes
98 If this is a debug build, this option will enable debug printouts from passes
105 optimization or analysis passes. Once loaded, the object will add new command
  /external/llvm/include/llvm/Analysis/
RegionPass.h 11 // optimization and transformation passes are derived from RegionPass.
55 /// @param Banner The banner to separate different printed passes.
95 /// @brief Execute all of the passes scheduled for execution.
97 /// @return True if any of the passes modifies the function.
111 /// @brief Print passes managed by this manager.
114 /// @brief Get passes contained by this manager.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 93 define a group of passes. An optimization pass can be part of
96 #define OPTGROUP_IPA (1 << 1) /* IPA optimization passes */
97 #define OPTGROUP_LOOP (1 << 2) /* Loop optimization passes */
98 #define OPTGROUP_INLINE (1 << 3) /* Inlining passes */
99 #define OPTGROUP_VEC (1 << 4) /* Vectorization passes */
150 /* Global variables used to communicate with passes. */
tree-pass.h 51 /* If non-null, this pass and all sub-passes are executed only if
55 /* This is the code to run. If null, then there should be sub-passes
60 /* A list of sub-passes to run, dependent on gate predicate. */
63 /* Next in the list of passes to run, independent of gate predicate. */
105 /* IPA passes can analyze function body and variable initializers
132 /* Description of simple IPA pass. Simple IPA passes have just one execute
179 This is used by passes that have either inserted all the PHI nodes
180 themselves or passes that need only to patch use-def and def-def
185 IDF is done. This is used by passes that need the PHI nodes for
195 /* Passes that update the SSA form on their own may want to delegat
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 88 // When there are no separate faces we do two passes to setup the winding rule
91 // decrementing passes.
124 // Color passes are the same whether we use the two-sided stencil or two passes
563 const GrStencilSettings* passes[3]; local
571 passes[0] = &gDirectToStencil;
573 passes[0] = NULL;
581 passes[0] = &gDirectToStencil;
583 passes[0] = NULL;
593 passes[0] = &gEOStencilPass
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.h 97 bool debugOptimizerCrash(const std::string &ID = "passes");
104 /// debugMiscompilation - This method is used when the passes selected are not
133 /// runPasses - Run all of the passes in the "PassesToRun" list, discard the
134 /// output, and return true if any of the passes crashed.
216 /// passes (ADCE and SimplifyCFG) to eliminate any code which depends on the
250 const std::vector<std::string> &Passes,
255 /// runPasses - Run the specified passes on Program, outputting a bitcode
271 /// combinations of passes to compile the program with. Compile the program with
272 /// each set and mark test to see if it compiled correctly. If the passes
273 /// compiled correctly output nothing and rearrange the passes into a new order
    [all...]
  /external/llvm/docs/
WritingAnLLVMPass.rst 12 passes are where most of the interesting parts of the compiler exist. Passes
17 All LLVM passes are subclasses of the `Pass
28 passes. One of the main features of the LLVM Pass Framework is that it
29 schedules passes to run in an efficient way based on the constraints that your
39 Here we describe how to write the "hello world" of passes. The "Hello" pass is
212 contained in an anonymous namespace --- this reflects the fact that passes
269 nice command line option (:option:`--time-passes`) that allows you to get
270 information about the execution time of your pass along with the other passes
275 $ opt -load ../../../Debug+Asserts/lib/Hello.so -hello -time-passes < hello.bc > /dev/nul
    [all...]
Bugpoint.rst 11 ``bugpoint`` narrows down the source of problems in LLVM tools and passes. It
26 the LLVM infrastructure at all. It works with any and all LLVM passes and code
40 LLVM passes are specified on the command line, it runs these passes on the test
41 program. If any of the passes crash, or if they produce malformed output (which
54 output, ``bugpoint`` runs the test program after all of the LLVM passes have
56 the difference resulted from a failure in one of the LLVM passes, and enters the
66 can to reduce the list of passes (for optimizer crashes) and the size of the
68 passes triggers the bug. This is useful when debugging a problem exposed by
69 ``opt``, for example, because it runs over 38 passes
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerificationTest.java 34 * Test that the verification passes when there are no results.
42 * Test that the verification passes when there are not missing events.
51 * Test that the verification passes when there are not missing events but some jitter.
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 115 * The input text [start..(iter index)[ passes the FCD check.
121 * The input text [(iter index)..limit[ passes the FCD check.
127 * The input text [start..limit[ passes the FCD check.
utf8collationiterator.h 136 * The input text [start..pos[ passes the FCD check.
142 * The input text [pos..limit[ passes the FCD check.
148 * The input text [start..limit[ passes the FCD check.
  /external/llvm/lib/CodeGen/
MachineFunctionPass.cpp 22 #include "llvm/CodeGen/Passes.h"
47 // MachineFunctionPass preserves all LLVM IR passes, but there's no
49 // passes explicitly. This does not include setPreservesCFG,
  /external/lzma/C/
Lzma86.h 43 Encoder will use 2 or 3 passes:
44 2 passes when FILTER_NO provides better compression.
45 3 passes when FILTER_YES provides better compression.
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 21 #include "llvm/Analysis/Passes.h"
25 #include "llvm/CodeGen/Passes.h"
32 #include <llvm/CodeGen/Passes.h>

Completed in 2709 milliseconds

1 2 34 5 6 7 8 91011>>