Home
last modified time | relevance | path

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

12345678910>>...46

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
DTypes.def32 // The final value is a variadic list of phases for each type. Eventually the
35 // meaning from the phases list.
38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble,…
39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases:…
40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases:…
41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble,…
42 …X, PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases:…
43 … PP_CLCXX, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble,…
44 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble,…
45 …, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:…
[all …]
DTypes.h12 #include "clang/Driver/Phases.h"
114 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
116 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
117 getCompilationPhases(ID Id, phases::ID LastPhase = phases::IfsMerge);
118 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
DTypes.def32 // The final value is a variadic list of phases for each type. Eventually the
35 // meaning from the phases list.
38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble,…
39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases:…
40 … PP_C, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases:…
41 …X, PP_CXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases:…
42 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble,…
43 …, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:…
44 …_DEVICE, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:…
45 … PP_HIP, INVALID, "hipi", phases::Compile, phases::Backend, phases::Assemble,…
[all …]
DTypes.h12 #include "clang/Driver/Phases.h"
114 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
116 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
117 getCompilationPhases(ID Id, phases::ID LastPhase = phases::IfsMerge);
118 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
DTypes.def32 // The final value is a variadic list of phases for each type. Eventually the
35 // meaning from the phases list.
38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble,…
39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases:…
40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases:…
41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble,…
42 …X, PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases:…
43 … PP_CLCXX, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble,…
44 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble,…
45 …, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:…
[all …]
DTypes.h12 #include "clang/Driver/Phases.h"
114 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
116 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
117 getCompilationPhases(ID Id, phases::ID LastPhase = phases::IfsMerge);
118 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
DTypes.def32 // The final value is a variadic list of phases for each type. Eventually the
35 // meaning from the phases list.
38 … PP_C, INVALID, "i", phases::Compile, phases::Backend, phases::Assemble,…
39 … PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend, phases:…
40 … PP_CL, "cl", phases::Preprocess, phases::Compile, phases::Backend, phases:…
41 … PP_CL, INVALID, "cli", phases::Compile, phases::Backend, phases::Assemble,…
42 …X, PP_CLCXX, "clcpp", phases::Preprocess, phases::Compile, phases::Backend, phases:…
43 … PP_CLCXX, INVALID, "clii", phases::Compile, phases::Backend, phases::Assemble,…
44 … PP_CUDA, INVALID, "cui", phases::Compile, phases::Backend, phases::Assemble,…
45 …, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend, phases:…
[all …]
DTypes.h12 #include "clang/Driver/Phases.h"
114 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
116 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
117 getCompilationPhases(ID Id, phases::ID LastPhase = phases::IfsMerge);
118 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases>
/aosp_15_r20/external/clang/test/Driver/
H A 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 …]
H A 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 …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py283 def validate_streams_in_phase(self, phase_id, phases, max_bw): argument
288 phases: dictionary containing phases for retrieving stream
297 for stream_id, stream in phases[phase_id].items():
327 comp_stream = phases[comp_phase_id][comp_stream_id]
396 def graph_test(self, phases, max_bw): argument
401 phases: dictionary containing phases for retrieving stream
419 for phase_id, phase in phases.items():
524 phases, argument
532 phases: dictionary of phases of streams to run in parallel,
541 PASS, if all validation criteria for all phases are met
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Daggregate.py7 from parser.naming import layers, phases, subphases
16 all layers and phases.
22 - phase is flattened over all phases, except PHASE_WARMUP and
32 the total time spent in that layer over all phases
59 for phase in phases + [PHASE_OVERALL] + subphases[PHASE_EXECUTION]:
65 for phase0 in [PHASE_OVERALL] + phases:
91 times[PHASE_OVERALL][layer] = sum(nan_to_zero(times[phase][layer]) for phase in phases)
92 for phase0 in [PHASE_OVERALL] + phases:
100 for phase0 in [PHASE_OVERALL] + phases:
142 the subphases of Execution in the Driver layer (other phases are
Dnaming.py4 # Application phases
8 # Main phases
14 PHASE_UNSPECIFIED = "PU" # Helper code called from multiple phases
34 phases = [PHASE_INITIALIZATION, PHASE_PREPARATION, PHASE_COMPILATION, variable
38 PO=([PHASE_WARMUP, PHASE_BENCHMARK] + phases),
84 # Used in both preparation and execution phases
/aosp_15_r20/external/clang/lib/Driver/
H A 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()
H A 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 …]
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp263 const int phases = c.mL; in createKaiserFir() local
271 (phases + 1) * halfLength * sizeof(TC)); in createKaiserFir()
283 firKaiserGen(coefs, phases, halfLength, stopBandAtten, fcr, attenuation); in createKaiserFir()
301 const double fp = (fcr - halfbw) / phases; in createKaiserFir()
302 const double fs = (fcr + halfbw) / phases; in createKaiserFir()
487 // for 16b, it is desirable to have 2^(16/2) = 256 phases. in setSampleRate()
492 int phases = mSampleRate / gcd(mSampleRate, inSampleRate); in setSampleRate() local
497 // as above, #phases less than 63 is too few phases for accurate linear interpolation. in setSampleRate()
498 // we increase the phases to compensate, but more phases means more memory per in setSampleRate()
504 while (phases<63) { in setSampleRate()
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/
DTracing.h49 // functions may occur inside other phases but will be counted out during
50 // analysis). Nested phases (other than Initialization) are analysed as a
59 // Convenience macros to be used in the code (phases defined below).
65 // - "Switch" (NNTRACE_<...>_SWITCH) - to be used when multiple Phases
129 // Application-only phases
133 // Main phases, usable by all layers
139 #define NNTRACE_PHASE_UNSPECIFIED "PU" // Helper code called from multiple phases
159 // phase-per-scope and switching phases.
164 // systrace_parser.py. This is mainly useful for tracing multiple phases through
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/
H A DRcParser.java148 String[] phases = line.split("\\s+"); in parseService() local
149 serviceBld.setName(phases[1]); in parseService()
150 serviceBld.setFile(phases[2]); in parseService()
151 if (phases.length > 3) { in parseService()
152 serviceBld.addAllArguments(Arrays.asList(phases).subList(3, phases.length)); in parseService()
181 String[] phases = line.split(" "); in parseImport() local
182 mImportRc.add(phases[1]); in parseImport()
H A DBuildPropParser.java94 String[] phases = trimLine.split("="); in parseFile() local
95 if (phases.length > 1) { in parseFile()
96 mProp.put(phases[0], phases[1]); in parseFile()
98 mProp.put(phases[0], ""); in parseFile()
/aosp_15_r20/external/google-cloud-java/java-deploy/proto-google-cloud-deploy-v1/src/main/java/com/google/cloud/deploy/v1/
H A DRollout.java1922 * Output only. The phases that represent the workflows of this `Rollout`.
1926 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
1937 * Output only. The phases that represent the workflows of this `Rollout`.
1941 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
1953 * Output only. The phases that represent the workflows of this `Rollout`.
1957 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
1968 * Output only. The phases that represent the workflows of this `Rollout`.
1972 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
1983 * Output only. The phases that represent the workflows of this `Rollout`.
1987 … * repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
[all …]
H A 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];
/aosp_15_r20/external/coreboot/src/lib/
H A 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()
/aosp_15_r20/external/clang/include/clang/Driver/
H A DTypes.h13 #include "clang/Driver/Phases.h"
83 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
87 llvm::SmallVectorImpl<phases::ID> &Phases);
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/
H A DPriceByResource.java112 * Price of the Offer. Present if there are no price phases.
127 * Price of the Offer. Present if there are no price phases.
142 * Price of the Offer. Present if there are no price phases.
766 * Price of the Offer. Present if there are no price phases.
780 * Price of the Offer. Present if there are no price phases.
798 * Price of the Offer. Present if there are no price phases.
820 * Price of the Offer. Present if there are no price phases.
839 * Price of the Offer. Present if there are no price phases.
864 * Price of the Offer. Present if there are no price phases.
883 * Price of the Offer. Present if there are no price phases.
[all …]
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
H A DReadElfTest.java214 String phases[] = trimLine.split("\\s+"); in chkDynSymbol() local
216 String name = phases[phases.length - 1].split("@")[0]; in chkDynSymbol()
221 assertEquals("chkDynSymbol type :", dynSymbolArr[i].toType(), phases[3]); in chkDynSymbol()
222 assertEquals("chkDynSymbol bind :", dynSymbolArr[i].toBind(), phases[4]); in chkDynSymbol()
223 assertEquals("chkDynSymbol ndx :", dynSymbolArr[i].toShndx(), phases[6]); in chkDynSymbol()

12345678910>>...46