Home
last modified time | relevance | path

Searched full:phases (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/external/clang/test/Driver/
Dast.c1 // 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 %s
[all …]
Dphases.c2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -…
3 // BASIC: 0: input, "{{.*}}phases.c", c
8 // BASIC: 5: input, "{{.*}}phases.c", objective-c
13 // BASIC: 10: input, "{{.*}}phases.c", c++
18 // BASIC: 15: input, "{{.*}}phases.c", assembler
20 // BASIC: 17: input, "{{.*}}phases.c", assembler-with-cpp
23 // BASIC: 20: input, "{{.*}}phases.c", c
31 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | Fil…
32 // ULI: 0: input, "{{.*}}phases.c", c
43 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | …
[all …]
Ddarwin-arch-default.c4 // RUN: -ccc-print-phases %s 2> %t
10 // RUN: -ccc-print-phases %s 2> %t
/external/clang/lib/Driver/
DTypes.cpp223 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) { in getCompilationPhases()
226 P.push_back(phases::Preprocess); in getCompilationPhases()
230 P.push_back(phases::Precompile); in getCompilationPhases()
233 P.push_back(phases::Compile); in getCompilationPhases()
234 P.push_back(phases::Backend); in getCompilationPhases()
236 P.push_back(phases::Assemble); in getCompilationPhases()
241 P.push_back(phases::Link); in getCompilationPhases()
243 assert(0 < P.size() && "Not enough phases in list"); in getCompilationPhases()
244 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list"); in getCompilationPhases()
DPhases.cpp1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
DDriver.cpp159 // affect the phase, starting with the earliest phases, and record which
161 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, in getFinalPhase()
164 phases::ID FinalPhase; in getFinalPhase()
171 FinalPhase = phases::Preprocess; in getFinalPhase()
183 FinalPhase = phases::Compile; in getFinalPhase()
187 FinalPhase = phases::Backend; in getFinalPhase()
191 FinalPhase = phases::Assemble; in getFinalPhase()
195 FinalPhase = phases::Link; in getFinalPhase()
1487 phases::ID FinalPhase = getFinalPhase(Args, &FinalPhaseArg); in BuildActions()
1489 if (FinalPhase == phases::Link && Args.hasArg(options::OPT_emit_llvm)) { in BuildActions()
[all …]
/external/clang/include/clang/Driver/
DTypes.h13 #include "clang/Driver/Phases.h"
83 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
87 llvm::SmallVectorImpl<phases::ID> &Phases);
DPhases.h1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
15 namespace phases {
33 } // end namespace phases
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/IntelFsp2Pkg/Include/Library/
DFspSecPlatformLib.h98 FSP MultiPhase Platform Get Number Of Phases Function.
100 Allows an FSP binary to dynamically update the number of phases at runtime.
102 in certain scenarios. If this function returns FALSE, the default number of phases
106 @param[in] NumberOfPhasesSupported - How many phases are supported by current FSP Component.
/external/licenseclassifier/v2/
Dtrace_test.go72 phases string
78 phases: "scoring",
84 phases: "*",
92 TracePhases: test.phases,
/external/coreboot/src/lib/
Dhardwaremain.c52 struct boot_phase phases[2]; member
64 .phases = { { NULL, 0 }, { NULL, 0 } }, \
265 struct boot_phase *phase = &state->phases[seq]; in bs_call_callbacks()
387 bscb->next = state->phases[seq].callbacks; in boot_state_sched_callback()
388 state->phases[seq].callbacks = bscb; in boot_state_sched_callback()
484 bp = &boot_states[state].phases[seq]; in boot_state_block()
503 bp = &boot_states[state].phases[seq]; in boot_state_unblock()
/external/cldr/docs/site/index/
Ddraft-schedule.md11 …formation about the various phases of the release, see [Survey Tool stages](../translation/getting…
/external/wayland-protocols/freedesktop.org/
DREADME.md13 ## Protocol phases
15 Protocols in general has three phases: the development phase, the testing
54 ## Legacy protocol phases
73 Unstable protocols (see [Legacy protocol phases](#legacy-protocol-phases))
/external/coreboot/src/drivers/intel/fsp2_0/
DKconfig414 The FSP API is used to notify the FSP about different phases in the boot process.
415 The current FSP specification supports three notify phases:
430 The FSP API is used to notify the FSP about different phases in the boot process.
431 The current FSP specification supports three notify phases:
443 The FSP API is used to notify the FSP about different phases in the boot process.
444 The current FSP specification supports three notify phases:
/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
DRolloutOrBuilder.java686 * Output only. The phases that represent the workflows of this `Rollout`.
690 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
698 * Output only. The phases that represent the workflows of this `Rollout`.
702 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
710 * Output only. The phases that represent the workflows of this `Rollout`.
714 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
722 * Output only. The phases that represent the workflows of this `Rollout`.
726 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
734 * Output only. The phases that represent the workflows of this `Rollout`.
738 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/
DPriceByResourceOrBuilder.java55 * Price of the Offer. Present if there are no price phases.
67 * Price of the Offer. Present if there are no price phases.
79 * Price of the Offer. Present if there are no price phases.
/external/executorch/extension/benchmark/apple/Benchmark/
Ddefault-ios-device-farm-appium-test-spec.yml3 # Phases are collection of commands that get executed on Device Farm.
4 phases:
/external/pytorch/functorch/examples/maml_regression/
Devjang_transforms_module.py57 phases = []
60 phases.append(np.random.uniform(low=0.0, high=np.pi))
64 for A, phase in zip(As, phases):
Devjang.py53 phases = []
56 phases.append(np.random.uniform(low=0.0, high=np.pi))
60 for A, phase in zip(As, phases):
Devjang_transforms.py61 phases = []
64 phases.append(np.random.uniform(low=0.0, high=np.pi))
68 for A, phase in zip(As, phases):
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/
DREADME.md32 * Change `Build Phases -> Copy Bundle Resources` and add the model file to the
35 * Ensure that `Build Phases -> Link Binary With Library` contains the
/external/executorch/backends/apple/coreml/
Dsetup.md57 6. Go to project Target’s Build Phases - Link Binaries With Libraries, click the + sign, and add t…
64 5. Go to project Target’s Build Phases - Link Binaries With Libraries, click the + sign, and add t…
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/IntelFsp2Pkg/Include/FspEas/
DFspApi.h202 This FSP API is used to notify the FSP about the different phases in the boot process.
204 phases. The phases will be platform dependent and will be documented with the FSP
205 release. The current FSP supports two notify phases:
/external/coreboot/src/vendorcode/intel/fsp/fsp1_1/IntelFspPkg/Include/
DFspApi.h196 This FSP API is used to notify the FSP about the different phases in the boot process.
198 phases. The phases will be platform dependent and will be documented with the FSP
199 release. The current FSP supports two notify phases:
/external/cldr/docs/site/
Dtranslation.md9phases) under **Survey Tool phase: General Submission**. The [Submission phase](https://cldr.unico…
27phases#h.wqmb27e55b4l) until the start of [Vetting](https://cldr.unicode.org/translation/getting-s…
172 … the [Survey Tool Stages](https://cldr.unicode.org/translation/getting-started/survey-tool-phases).

12345678910>>...31