Searched refs:phases (Results 1 – 25 of 45) sorted by relevance
12
78 self.phases = dict([(name, cls(self, self.tree)) for name, cls in120 self.phase = self.phases["beforeHtml"]125 self.phase = self.phases["initial"]192 phase = self.phases["inForeignContent"]214 phases = []216 phases.append(self.phase)219 assert self.phase not in phases396 new_phase = self.phases[newModes[nodeName]]399 new_phase = self.phases["inBody"]419 self.phase = self.phases["text"][all …]
222 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) { in getCompilationPhases()225 P.push_back(phases::Preprocess); in getCompilationPhases()229 P.push_back(phases::Precompile); in getCompilationPhases()232 P.push_back(phases::Compile); in getCompilationPhases()233 P.push_back(phases::Backend); in getCompilationPhases()236 P.push_back(phases::Assemble); in getCompilationPhases()241 P.push_back(phases::Link); in getCompilationPhases()244 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list"); in getCompilationPhases()
157 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, in getFinalPhase()160 phases::ID FinalPhase; in getFinalPhase()167 FinalPhase = phases::Preprocess; in getFinalPhase()179 FinalPhase = phases::Compile; in getFinalPhase()183 FinalPhase = phases::Backend; in getFinalPhase()187 FinalPhase = phases::Assemble; in getFinalPhase()191 FinalPhase = phases::Link; in getFinalPhase()1386 phases::ID FinalPhase = getFinalPhase(Args, &FinalPhaseArg); in BuildActions()1388 if (FinalPhase == phases::Link && Args.hasArg(options::OPT_emit_llvm)) { in BuildActions()1433 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; in BuildActions()[all …]
16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
74 if (test_obj.phase === test_obj.phases.STARTED) {725 this.phases = { property in anonymousFunction464863d90100.Test731 this.phase = this.phases.INITIAL;778 if (this.phase > this.phases.STARTED) {781 this.phase = this.phases.STARTED;800 if (this.phase >= this.phases.HAS_RESULT) {812 this.phase = this.phases.HAS_RESULT;863 this.phase = this.phases.HAS_RESULT;887 this.phase = this.phases.HAS_RESULT;893 if (this.phase == this.phases.COMPLETE) {[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
15 namespace phases {
212 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL,380 phases::ID Phase, std::unique_ptr<Action> Input) const;
87 llvm::SmallVectorImpl<phases::ID> &Phases);
19 execute both unit and integration test phases. Additionally, consider using
39 - Schedule instructions to minimize the number of phases. One way is to replace
175 ``-ccc-print-phases`` flag. For example:179 $ clang -ccc-print-phases -x c t.c -x assembler t.s199 $ clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c314 phases are platform neutral, with a few very well defined exceptions
35 engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.eq
74 phases should be able to use the same functions for this;
93 * restreaming for future phases.
31 phases. Only files which are considered possible duplicates after the
16 ! [xxx.yyy]file.ext is a file for the rename and add phases.
141 Print generated machine code between compilation phases (useful for debugging).
84 This script builds three phases of Clang+LLVM twice each (Release and Release+Asserts), so use
146 during various linking phases.
53 4. `Target-independent algorithms`_ used to implement various phases of native713 This section documents the phases described in the `high-level design of the741 well-suited to other phases of code generation; in particular, instruction785 SREM or UREM operation. The `legalize types`_ and `legalize operations`_ phases922 natively supported. The introduction of the Legalize phases allows all of the
126 Many of the existing test formats are cleanly divided into two phases, once
199 - Three phases of work:
META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
36 * The phases are: