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

  /external/clang/lib/Driver/
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
16 const char *phases::getPhaseName(ID Id) {
Types.cpp 194 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) {
197 P.push_back(phases::Preprocess);
201 P.push_back(phases::Precompile);
204 P.push_back(phases::Compile);
206 P.push_back(phases::Assemble);
210 P.push_back(phases::Link);
212 assert(0 < P.size() && "Not enough phases in list");
213 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list");
Driver.cpp 150 // affect the phase, starting with the earliest phases, and record which
152 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg)
155 phases::ID FinalPhase;
163 FinalPhase = phases::Preprocess;
176 FinalPhase = phases::Compile;
180 FinalPhase = phases::Assemble;
184 FinalPhase = phases::Link;
    [all...]
  /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);
Driver.h 15 #include "clang/Driver/Phases.h"
190 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL,
346 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
  /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/native_client_sdk/src/build_tools/
test_sdk.py 196 phases = [
207 phases += [
214 phase_names = [p[0] for p in phases]
223 for phase in phases:
  /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/chromium_org/v8/test/mjsunit/
sin-cos.js 241 // Test Math.sin for various phases.
256 // Test Math.cos for various phases.
unicode-test.js     [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 126 // Dispatch the event through the propagation path in three phases:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
command_store.js 120 * passed through to the usual DOM capture/bubble phases.
  /external/chromium_org/mojo/public/python/mojo/
system.pyx 216 """Return value for two phases read and write.
  /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/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...]
  /external/chromium-trace/
script.js     [all...]

Completed in 517 milliseconds