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

1 2 3 4 5 6 7 8 910

  /external/clang/test/Driver/
ast.c 1 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -emit-ast %s 2> %t
3 // RUN: FileCheck -check-prefix EMIT-AST-PHASES -input-file %t %s
5 // EMIT-AST-PHASES: 0: input,
6 // EMIT-AST-PHASES: , c
7 // EMIT-AST-PHASES: 1: preprocessor, {0}, cpp-output
8 // EMIT-AST-PHASES: 2: compiler, {1}, ast
9 // EMIT-AST-PHASES-NOT: 3:
10 // EMIT-AST-PHASES: END
13 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -c %t.ast 2> %t
15 // RUN: FileCheck -check-prefix COMPILE-AST-PHASES -input-file %t %
    [all...]
phases.c 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -x objective-c++ -x assembler %s -x assembler-with-cpp %s -x none %s 2>&1 | FileCheck -check-prefix=BASIC %s
3 // BASIC: 0: input, "{{.*}}phases.c", c
7 // BASIC: 4: input, "{{.*}}phases.c", objective-c
11 // BASIC: 8: input, "{{.*}}phases.c", c++
15 // BASIC: 12: input, "{{.*}}phases.c", assembler
17 // BASIC: 14: input, "{{.*}}phases.c", assembler-with-cpp
20 // BASIC: 17: input, "{{.*}}phases.c", c
27 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=ULI %s
28 // ULI: 0: input, "{{.*}}phases.c", c
38 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=UOF %
    [all...]
darwin-arch-default.c 4 // RUN: -ccc-print-phases %s 2> %t
lto.c 2 // RUN: %clang -ccc-print-phases -c %s -flto 2> %t.log
4 // RUN: %clang -ccc-print-phases -c %s -O4 2> %t.log
8 // RUN: %clang -ccc-print-phases %s -emit-llvm 2> %t.log
emit-llvm.c 4 // RUN: %clang -ccc-print-phases -c -O4 -O0 %s 2> %t
darwin-verify-debug.c 4 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
darwin-dsymutil.c 3 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
  /external/clang/lib/Driver/
CMakeLists.txt 8 Phases.cpp
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
16 const char *phases::getPhaseName(ID Id) {
Types.cpp 187 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) {
190 P.push_back(phases::Preprocess);
194 P.push_back(phases::Precompile);
197 P.push_back(phases::Compile);
199 P.push_back(phases::Assemble);
203 P.push_back(phases::Link);
205 assert(0 < P.size() && "Not enough phases in list");
206 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list");
Android.mk 22 Phases.cpp \
  /external/clang/include/clang/Driver/
Phases.h 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
15 namespace phases { namespace in namespace:clang::driver
32 } // end namespace phases
Types.h 13 #include "clang/Driver/Phases.h"
77 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
81 llvm::SmallVectorImpl<phases::ID> &Phases);
  /frameworks/base/docs/html/distribute/googleplay/publish/
index.jd 14 distribution, and publish. You can manage all phases of publishing
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 32 * The painting of a layer occurs in three distinct phases. Each phase involves
37 * three phases invoked on them during this phase.
  /external/chromium_org/third_party/mesa/
README.txt 1 Compilation has a few phases:
  /external/replicaisland/src/com/replica/replicaisland/
FadeDrawableComponent.java 67 // Support repeating "phases" on top of the looping fade itself.
143 /** Enables phases; the initial delay will be re-started when the phase ends. **/
  /external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py 153 phases = [
162 phase_names = [p[0] for p in phases]
171 for phase in phases:
  /external/llvm/tools/lto/
LTOCodeGenerator.h 12 // LTO compilation consists of three phases: Pre-IPO, IPO and Post-IPO.
16 // linker to through the IPO and Post-IPO phases. By using obj-file extension,
22 // the Post-IPO consists two sub-phases: intra-procedural scalar optimizations
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 125 # phases of the loop are strangly mingled together. In
167 $phases = 4; # number of stages/phases in the pipelined-loop
187 # PHASES * (UNROLL_COUNT + 1) + 7
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
285 if ($byte_num == 0 && $iteration >= $phases) {
288 if ($iteration == (1 + $unroll_count) * $phases - 1) {
294 $unroll_count * $phases);
296 $unroll_count * $phases);
631 Unrolled loop count = (Remainder - ($unroll_count+1)*$phases)/($unroll_count*$phases
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 125 # phases of the loop are strangly mingled together. In
167 $phases = 4; # number of stages/phases in the pipelined-loop
187 # PHASES * (UNROLL_COUNT + 1) + 7
192 $threshold = (3 * ($phases * ($unroll_count + 1)) + 7);
285 if ($byte_num == 0 && $iteration >= $phases) {
288 if ($iteration == (1 + $unroll_count) * $phases - 1) {
294 $unroll_count * $phases);
296 $unroll_count * $phases);
631 Unrolled loop count = (Remainder - ($unroll_count+1)*$phases)/($unroll_count*$phases
    [all...]
  /external/chromium_org/chrome/browser/android/
shortcut_helper.h 30 // This proceeds over three phases:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
TODO 39 - Schedule instructions to minimize the number of phases. One way is to replace
  /external/mesa3d/src/gallium/drivers/i915/
TODO 39 - Schedule instructions to minimize the number of phases. One way is to replace
  /frameworks/base/core/java/android/transition/
TransitionValues.java 37 * capture} phases of a scene change, once when the start values are captured

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 910