Searched refs:uses (Results 51 - 75 of 317) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/compiler/
H A Dsymbols.py20 self.uses = {}
49 self.uses[self.mangle(name)] = 1
53 if name in self.uses or name in self.defs:
69 d.update(self.uses)
84 print >> sys.stderr, "\tuses: ", self.uses
98 if self.nested and (name in self.frees or name in self.uses):
110 for name in self.uses.keys():
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_dataflow_analysis_test.cc129 // Verify the uses of the values.
130 EXPECT_THAT(analysis.GetValueDefinedAt(constant1).uses(),
132 EXPECT_THAT(analysis.GetValueDefinedAt(constant2).uses(),
134 EXPECT_TRUE(analysis.GetValueDefinedAt(add).uses().empty());
186 // Verify uses. Of interest is that a GetTupleElement instruction is only a
188 EXPECT_THAT(analysis.GetValueDefinedAt(param0).uses(),
190 EXPECT_THAT(analysis.GetValueDefinedAt(param1).uses(),
192 EXPECT_THAT(analysis.GetValueDefinedAt(tuple, /*index=*/{}).uses(),
219 // Verify positions and uses.
229 EXPECT_THAT(analysis.GetValueDefinedAt(constant1, /*index=*/{}).uses(),
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g302 ( uses=ID
304 if ( grammar.getGlobalScope($uses.text)==null ) {
307 $uses.getToken(),
308 $uses.text);
312 r.useScopes.add($uses.text);
355 // // we have a rewrite if alt uses it inside subrule or this alt has one
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_gcm.cpp50 init_def_count(uses, pending);
92 init_use_count(uses, pending);
191 return uses[n] == 0;
197 sblog << "td checking uses: ";
202 for (uselist::iterator I = v->uses.begin(), E = v->uses.end(); I != E; ++I) {
214 assert(uses[u->op] > 0);
215 if (--uses[u->op] == 0) {
492 return uc == uses[n];
547 if (n->parent == &pending && uc == uses[
[all...]
/external/v8/src/asmjs/
H A Dasm-js.cc200 wasm::AsmTyper::StdlibSet uses = builder.typer()->StdlibUses(); local
202 info->isolate()->factory()->NewFixedArray(static_cast<int>(uses.size()));
204 for (auto i : uses) {
245 i::Handle<i::FixedArray> uses(
247 for (int i = 0; i < uses->length(); ++i) {
249 uses->GetValueChecked<i::Object>(isolate, i))) {
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_render_gen8.c360 if (blitter->uses & (ILO_BLITTER_USE_FB_DEPTH |
364 if (blitter->uses & ILO_BLITTER_USE_FB_DEPTH) {
369 if (blitter->uses & ILO_BLITTER_USE_FB_STENCIL) {
H A Dilo_blitter.h56 uint32_t uses; member in struct:ilo_blitter
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb9 uses Readline (if available) or standard IO#gets to fetch data on demand.
/external/llvm/lib/Target/AArch64/
H A DAArch64DeadRegisterDefinitionsPass.cpp79 for (const MachineOperand &Op : MI.uses())
91 // dead def it uses a frame index which might expand into a multi
/external/llvm/test/MC/Mips/
H A Ddirective-ent.s44 # FIXME: microMIPS uses the 4-byte nop instead of the 2-byte nop.
/external/compiler-rt/make/
H A Dlib_info.mk4 # uses the utilities in 'util.mk'.
/external/curl/docs/cmdline-opts/
H A Dcacert.d12 set, and uses the given path as a path to a CA cert bundle. This option
H A Dproto.d29 uses the default protocols, but disables ftps
/external/libevent/m4/
H A Dacx_pthread.m4239 uses a non-standard name on your system.])
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp220 for (const Use &U : V->uses()) {
221 // If there are lots of uses, conservatively say that the value
317 for (Use &UU : I->uses()) {
318 // If there are lots of uses, conservatively say that the value
358 // All uses examined.
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp47 /// PropagateConstantsIntoArguments - Look at all uses of the specified
48 /// function. If all uses are direct call sites, and all pass a particular
60 for (Use &U : F.uses()) {
62 // Ignore blockaddress uses.
192 // over all users, replacing any uses of the return value with the returned
195 for (Use &U : F.uses()) {
232 // If this use uses a specific return value, and we have a replacement,
/external/mesa3d/docs/specs/
H A DMESA_pixmap_colormap.spec73 rendered into the pixmap may then be copied to a window (which uses the
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_nir_opt_peephole_ffma.c154 if (list_is_singular(&load_const->def.uses) &&
258 assert(list_empty(&add->dest.dest.ssa.uses));
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
H A DDynamicLibrary.inc60 // Mingw32 uses msvcrt.dll by default. Don't ignore it.
/external/v8/src/compiler/
H A Dgraph-reducer.cc167 // Revisit all uses of the node.
168 for (Node* const user : node->uses()) {
200 // Replace all old uses of {node} with {replacement}, but allow new nodes
211 if (node->uses().empty()) node->Kill();
/external/vogar/
H A DAndroid.mk42 # Vogar uses android.jar.
/external/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp18 // shuffle. Shuffle 0 uses default+0, shuffle 1 uses default+1, and so on.
262 for (const Use &U : V->uses()) {
407 for (const Use &U : V->uses()) {
420 for (const Use &U : V->uses()) {
444 for (const Use &U : V->uses()) {
454 for (const Use &U : V->uses()) {
/external/valgrind/VEX/priv/
H A Dir_opt.c712 /* Find any Get uses in st and invalidate any partially or fully
3089 uses to the set and keep on moving backwards.
3108 /* start off by recording IRTemp uses in the next field. */
3142 /* Note any IRTemp uses made by the current statement. */
5080 /* Given uses :: array of UShort, indexed by IRTemp
5084 static void aoccCount_Expr ( UShort* uses, IRExpr* e ) argument
5091 uses[e->Iex.RdTmp.tmp]++;
5095 aoccCount_Expr(uses, e->Iex.ITE.cond);
5096 aoccCount_Expr(uses, e->Iex.ITE.iftrue);
5097 aoccCount_Expr(uses,
5150 aoccCount_Stmt( UShort* uses, IRStmt* st ) argument
5741 UShort* uses = LibVEX_Alloc_inline(n_tmps * sizeof(UShort)); local
[all...]
/external/icu/icu4c/source/data/mappings/
H A Ducmfiles.mk21 # * To add EBCDIC converters that uses different SI/SO characters:
22 # Note: ICU is updated to handle three EBCDIC converters (JIPS, KEIS, and JEF) which uses
/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp83 for (const Use &U : P->uses()) {

Completed in 670 milliseconds

1234567891011>>