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

1 2 3 4 5 6 7 8 91011>>

  /art/test/083-compiler-regressions/
expected.txt 1 b17325447 passes
2 b17630605 passes
3 b17411468 passes
4 b2296099 passes
5 b2302318 passes
6 b2487514 passes
7 b5884080 passes
22 largeFrame passes
23 largeFrameFloat passes
24 mulBy1Test passes
    [all...]
  /external/llvm/lib/Passes/
CMakeLists.txt 5 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
  /external/pdfium/testing/resources/javascript/
app_alert_expected.txt 1 Alert: This test passes if alert() logs output under the test utiltiy.
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.bat 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 1 //===- LegacyPassManager.h - Legacy Container for Passes --------*- C++ -*-===//
11 // maintain, and optimize execution of Passes. The PassManager class ensures
33 /// PassManagerBase - An abstract interface to allow code to add passes to
40 /// Add a pass to the queue of passes to run. This passes ownership of
44 /// implies that all passes MUST be allocated with 'new'.
57 /// run - Execute all of the passes scheduled for execution. Keep track of
58 /// whether any of the passes modifies the module, and if so, return true.
77 /// run - Execute all of the passes scheduled for execution. Keep
78 /// track of whether any of the passes modifies the function, and i
    [all...]
  /external/llvm/lib/
CMakeLists.txt 21 add_subdirectory(Passes)
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPU.h 1 //===-- AMDGPU.h - MachineFunction passes hw codegen --------------*- C++ -*-=//
22 // R600 Passes
26 // SI Passes
30 // Passes common to R600 and SI
  /external/llvm/include/llvm/Passes/
PassBuilder.h 11 /// Interfaces for registering analysis passes, producing common pass manager
26 /// \brief This class provides access to building LLVM's passes.
28 /// It's members provide the baseline state available to passes during their
30 /// of the built-in passes, and those may reference these members during
38 /// \brief Registers all available module analysis passes.
45 /// \brief Registers all available CGSCC analysis passes.
52 /// \brief Registers all available function analysis passes.
65 /// Pass managers have ()s describing the nest structure of passes. All passes
69 /// So, assuming function passes 'fpassN', CGSCC passes 'cgpassN', and loop passe
    [all...]
  /art/compiler/dex/
pass_manager.h 95 /** @brief What are the passes we want to be printing the log messages? */
98 /** @brief What are the passes we want to be dumping the CFG? */
101 /** @brief String of all options that should be overridden for selected passes */
104 /** @brief String of all options that should be overridden for selected passes */
107 /** @brief Whether or not we print all the passes when we create the pass manager */
116 * @brief Owns passes
127 * @brief Print the pass names of all the passes available.
138 /** @brief The set of possible passes. */
pass_driver_me_post_opt.cc 27 * Create the pass list. These passes are immutable and are shared across the threads.
30 * Disadvantage is the passes can't change their internal states depending on CompilationUnit:
33 // The initial list of passes to be used by the PassDriveMEPostOpt.
  /external/clang/test/Preprocessor/
stringize_misc.c 11 M( <, [ ) /* Passes the arguments < and [ */
14 M( (,), (...) ) /* Passes the arguments (,) and (...) */
  /external/llvm/test/BugPoint/
crash-narrowfunctiontest.ll 3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
  /external/llvm/tools/opt/
CMakeLists.txt 19 Passes
opt.cpp 59 // The OptimizationList is automatically populated with registered Passes by the
70 "passes",
112 cl::desc("Do not run any optimization passes"));
148 cl::desc("Disable loop unrolling in all relevant passes"),
202 /// This routine adds optimization passes based on selected optimization level,
330 // Initialize passes
343 // For codegen passes, only passes that do IR to IR transformation are
443 // Create a PassManager to hold and optimize the collection of passes we are
446 legacy::PassManager Passes;
    [all...]
  /external/llvm/utils/release/
findRegressions-simple.py 66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
139 print 'NEW PASSES: Compilation'
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
143 print 'NEW PASSES: Execution
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 40 /// In addition to setting up the basic passes, PassManagerBuilder allows
62 /// EP_EarlyAsPossible - This extension point allows adding passes before
67 /// EP_ModuleOptimizerEarly - This extension point allows adding passes
68 /// just before the main module-level optimization passes.
71 /// EP_LoopOptimizerEnd - This extension point allows adding loop passes to
76 /// passes after most of the main optimizations, but before the last
80 /// EP_OptimizerLast -- This extension point allows adding passes that
84 /// EP_EnabledOnOptLevel0 - This extension point allows adding passes that
85 /// should not be disabled by O0 optimization level. The passes will be
89 /// EP_Peephole - This extension point allows adding passes that perfor
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 19 #include <llvm/Analysis/Passes.h>
72 return "Error occurred while adding custom passes.";
149 llvm::legacy::PassManager passes; local
154 passes.add(createTargetTransformInfoWrapperPass(mTarget->getTargetIRAnalysis()));
156 // Add our custom passes.
157 if (!addCustomPasses(pScript, passes)) {
162 passes.add(llvm::createGlobalOptimizerPass());
163 passes.add(llvm::createConstantMergePass());
166 // FIXME: Figure out which passes should be executed.
169 Builder.populateLTOPassManager(passes);
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 52 ARG_DEF("p", "passes", 1, "Number of passes (1/2)");
91 int passes; member in struct:__anon13694
113 int passes = 0; local
169 passes = arg_parse_uint(&arg);
170 if (passes < 1 || passes > 2) {
171 die("Error: Invalid number of passes (%d)\n", passes);
193 if (passes == 0 || passes == 1)
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 1 //===-- Passes.h - Target independent code generation passes ----*- C++ -*-===//
11 // passes provided by the LLVM backend.
49 /// However, it is convient to directly instantiate target passes with
51 /// force all target passes to implement the pass registry boilerplate, allow
86 /// to the internals of other CodeGen passes.
113 bool Initialized; // Flagged after all passes are configured.
142 /// setStartStopPasses - Set the StartAfter and StopAfter passes to allow
145 /// otherwise, clear the Started flag to indicate that passes should not be
160 /// pipeline. When passes are added to the standard pipeline at th
    [all...]
  /external/llvm/test/Other/
pass-pipeline-parsing.ll 2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \
10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \
20 ; RUN: -passes=no-op-function,no-op-function %s 2>&1 \
31 ; RUN: -passes='function(no-op-function,no-op-function)' %s 2>&1 \
42 ; RUN: -passes='no-op-module,function(no-op-function,no-op-function),no-op-module' %s 2>&1 \
55 ; RUN: -passes='no-op-module)' %s 2>&1 \
60 ; RUN: -passes='module(no-op-module))' %s 2>&1 \
65 ; RUN: -passes='module(no-op-module' %s 2>&1 \
70 ; RUN: -passes='no-op-function)' %s 2>&1 \
75 ; RUN: -passes='function(no-op-function))' %s 2>&1
    [all...]
  /frameworks/base/core/java/android/text/style/
MetricAffectingSpan.java 43 * passes {@link #updateDrawState} and {@link #updateMeasureState}
60 * Passes updateDrawState through to the underlying MetricAffectingSpan.
68 * Passes updateMeasureState through to the underlying MetricAffectingSpan.
  /external/clang/test/FixIt/
fixit-c90.c 6 This test passes because clang merely warns for this syntax error even with
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 91011>>