Searched defs:lowered (Results 1 - 6 of 6) sorted by relevance

/external/turbine/java/com/google/turbine/deps/
H A DDependencies.java52 Lowered lowered) {
54 Set<ClassSymbol> closure = superTypeClosure(bound, lowered);
84 private static Set<ClassSymbol> superTypeClosure(BindingResult bound, Lowered lowered) { argument
89 for (ClassSymbol sym : lowered.symbols()) {
48 collectDeps( Optional<String> targetLabel, ImmutableSet<String> bootClassPath, BindingResult bound, Lowered lowered) argument
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_gs_intrinsics.c94 nir_intrinsic_instr *lowered = local
97 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin));
98 lowered->src[0] = nir_src_for_ssa(count);
99 nir_builder_instr_insert(b, &lowered->instr);
122 nir_intrinsic_instr *lowered = local
125 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin));
126 lowered->src[0] = nir_src_for_ssa(count);
127 nir_builder_instr_insert(b, &lowered->instr);
/external/turbine/java/com/google/turbine/main/
H A DMain.java79 Lowered lowered = Lower.lowerAll(bound.units(), bound.classPathEnv());
85 Dependencies.collectDeps(options.targetLabel(), options.bootClassPath(), bound, lowered);
92 writeOutput(Paths.get(options.outputFile()), lowered.bytes(), transitive);
131 Path path, Map<String, byte[]> lowered, Map<String, byte[]> transitive) throws IOException {
135 for (Map.Entry<String, byte[]> entry : lowered.entrySet()) {
130 writeOutput( Path path, Map<String, byte[]> lowered, Map<String, byte[]> transitive) argument
/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c138 bool lowered = (addr & 4) != 0; local
139 if (lowered)
148 if (! lowered)
151 if (lowered)
/external/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp42 * Continues are lowered by adding a per-loop "execute flag", initialized to
45 * Breaks are lowered to continues, plus setting a "break flag" that is checked
48 * Returns are lowered to breaks/continues, plus adding a "return flag" that
71 * lowered: jumps with higher strength tend to be lowered to jumps of
83 * - It ignores discard instructions, since they are lowered by a
140 /* minimum jump strength (of lowered IR, not pre-lowering IR)
166 /* used to avoid lowering the break used to represent lowered breaks */
380 * it, even though should_lower_jump() says it needn't be lowered.
571 * jump will be visited next, and it will be lowered i
641 ir_loop_jump* lowered = 0; local
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 395 milliseconds