Searched refs:uses (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/external/python/cpython2/Parser/
H A Dasdl.py376 uses = ", ".join(v.types[t])
377 print "Undefined type %s, used in %s" % (t, uses)
/external/python/cpython3/Parser/
H A Dasdl.py32 # parsed. This module parses ASDL files and uses a simple AST to represent them.
189 uses = ", ".join(v.types[t])
190 print('Undefined type {}, used in {}'.format(t, uses))
248 This is a simple recursive descent parser that uses tokenize_asdl for the
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_ordering_test.cc303 ASSERT_EQ(dataflow->GetValueDefinedAt(xla_while).uses().size(), 1);
305 const HloUse& while_use = dataflow->GetValueDefinedAt(xla_while).uses()[0];
H A Dhlo_value.cc103 StrAppend(&out, indentation, " uses:\n");
104 for (const HloUse& use : uses()) {
140 // are considered uses.
180 // Root instructions of computations are considered to be uses whether
181 // or not the root instruction itself actually uses the value.
/external/walt/docs/
H A DDragLatency.md5 For drag (or scroll) latency WALT uses a laser that shines across the touch device and hits a detector on the
/external/kotlinc/
H A DLICENSE1620 "work based on the library" and a "work that uses the library". The
1658 and what the program that uses the Library does.
1687 table of data to be supplied by an application program that uses
1754 linked with it, is called a "work that uses the Library". Such a
1758 However, linking a "work that uses the Library" with the Library
1760 contains portions of the Library), rather than a "work that uses the
1764 When a "work that uses the Library" uses material from a header file
1771 If such an object file uses only numerical parameters, data
1785 link a "work that uses th
[all...]
H A DNOTICE1620 "work based on the library" and a "work that uses the library". The
1658 and what the program that uses the Library does.
1687 table of data to be supplied by an application program that uses
1754 linked with it, is called a "work that uses the Library". Such a
1758 However, linking a "work that uses the Library" with the Library
1760 contains portions of the Library), rather than a "work that uses the
1764 When a "work that uses the Library" uses material from a header file
1771 If such an object file uses only numerical parameters, data
1785 link a "work that uses th
[all...]
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex99 explicit locking is used. As long as only one thread uses
116 Linker-switches to add when building a program that uses the
H A Dlibunwind-setjmp.tex67 be linked against to ensure it uses the libunwind-based non-local
H A Dlibunwind.tex188 object and an opaque pointer as arguments. The routine uses these
190 uses the opaque pointer on its own, but instead just passes it on to
216 program includes \File{$<$libunwind.h$>$} and uses the linker switch
218 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker
H A Dunw_resume.tex44 handlers (e.g., IA-64 uses \texttt{r15}-\texttt{r18} for this
/external/linux-kselftest/tools/testing/selftests/kmod/
H A Dkmod.sh16 # This is a stress test script for kmod, the kernel module loader. It uses
20 # The way kmod works is it uses the kernel's usermode helper API to eventually
23 # mount uses get_fs_type(). Both behave slightly differently, but the
485 echo Example uses:
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp35 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
39 // Ignoring debug uses is necessary so debug info doesn't affect the code.
43 for (Use &U : Inst->uses()) {
132 // Finally, check that all the uses of the instruction are actually
165 // Instructions can only be sunk if all their uses are in blocks
/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp56 for (const Use &U : V->uses()) {
H A DLCSSA.cpp60 /// Given an instruction in the loop, check to see if it has any uses that are
62 /// uses.
77 for (Use &U : Inst.uses()) {
87 // If there are no uses outside the loop, exit with no change.
145 // have uses outside of L2. Remember all PHIs in such situation as to
153 // Rewrite all uses outside the loop in terms of the new PHIs we just
157 // This is required for correctness because SSAUpdate doesn't handle uses in
166 // Tell the VHs that the uses changed. This updates SCEV's caches.
196 // Remove PHI nodes that did not have any uses rewritten.
229 // Look at all the instructions in the loop, checking to see if they have uses
[all...]
/external/mesa3d/docs/specs/
H A DMESA_texture_signed_rgba.spec104 This is the same mapping as OpenGL 3.1 uses.
111 127 (that is, uses different scale factors for negative and positive
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c271 assert(list_empty(&reg->uses));
H A Dnir.c70 list_inithead(&reg->uses);
932 src->is_ssa ? &src->ssa->uses : &src->reg.reg->uses);
1436 list_addtail(&src->use_link, &src->ssa->uses);
1438 list_addtail(&src->use_link, &src->reg.reg->uses);
1487 /* We can only overwrite an SSA destination if it has no uses. */
1488 assert(list_empty(&dest->ssa.uses) && list_empty(&dest->ssa.if_uses));
1515 list_inithead(&def->uses);
1572 /* Replaces all uses of the given SSA def with the given source but only if
1576 * last fixup instruction as after_me and it will replace all of the uses yo
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-infer-representation.cc21 // (1) Initialize bit vectors and count real uses. Each phi gets a
43 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
62 // Check if all uses of all connected phis in this group are truncating.
98 // This step uses kTruncatingToInt32 flags of phis.
H A Dhydrogen-instructions.cc86 UpdateRepresentation(new_rep, h_infer, "uses");
98 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
136 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
361 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
370 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
383 for (HUseIterator it(uses()); !it.Done(); it.Advance()) {
409 for (HUseIterator it(uses()); !it.Done(); it.Advance()) ++count;
516 // We replace all uses first, so Delete can assert that there are none.
793 // Verify that all uses are in the graph.
794 for (HUseIterator use = uses(); !us
[all...]
/external/v8/src/compiler/
H A Dverifier.cc118 // kFrameState uses Start as a sentinel.
155 // uses.
200 // Branch uses are IfTrue and IfFalse.
202 for (const Node* use : node->uses()) {
240 // Switch uses are Case and Default.
242 for (const Node* use : node->uses()) {
245 for (const Node* user : node->uses()) {
297 // Deoptimize, Return and Throw uses are End.
298 for (const Node* use : node->uses()) {
311 // Terminate uses ar
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg190 <! ST uses zero-based columns, we want one-base !>
/external/autotest/docs/
H A Dtest-that.md12 test_that uses autotest_quickmerge to copy your python changes to the
23 ### Example uses (inside the chroot)
/external/expat/
H A Dexpat.spec120 - Removed the "/usr/include/expat" directory for headers, as it now uses
/external/google-breakpad/android/google_breakpad/
H A DAndroid.mk62 # Breakpad uses inline ARM assembly that requires the library

Completed in 541 milliseconds

1234567891011>>