HomeSort by relevance Sort by last modified time
    Searched refs:phases (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Driver/
Phases.h 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
15 namespace phases { namespace in namespace:clang::driver
28 } // end namespace phases
Types.h 13 #include "clang/Driver/Phases.h"
80 /// getNumCompilationPhases - Return the complete number of phases
86 phases::ID getCompilationPhase(ID Id, unsigned N);
Driver.h 15 #include "clang/Driver/Phases.h"
188 phases::ID getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg = 0)
351 Action *ConstructPhaseAction(const ArgList &Args, phases::ID Phase,
  /external/clang/lib/Driver/
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
17 const char *phases::getPhaseName(ID Id) {
Types.cpp 214 phases::ID types::getCompilationPhase(ID Id, unsigned N) {
218 return phases::Link;
222 return phases::Preprocess;
227 return N == 0 ? phases::Assemble : phases::Link;
230 return phases::Precompile;
233 return phases::Compile;
235 return phases::Assemble;
237 return phases::Link;
Driver.cpp 128 // affect the phase, starting with the earliest phases, and record which
130 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg)
133 phases::ID FinalPhase;
139 FinalPhase = phases::Preprocess;
150 FinalPhase = phases::Compile;
154 FinalPhase = phases::Assemble;
158 FinalPhase = phases::Link;
    [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/blktrace/btt/doc/
btt.tex 191 shows the percentage of time spent in each of the phases of an
    [all...]
  /external/dropbear/libtommath/
bn.tex 155 LibTomMath can configured at build time in three phases we shall call ``depends'', ``tweaks'' and ``trims''.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 381 /// able to modify the node stream to avoid restreaming for future phases.
    [all...]

Completed in 517 milliseconds