Home
last modified time | relevance | path

Searched refs:is_loop (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dpython_generator.py160 is_loop = node.is_loop()
179 if is_loop:
181 self.visit(rhs, is_loop=is_loop, is_gather=is_gather)
182 if is_loop:
198 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
199 if is_loop:
202 self.visit(alt, is_loop=is_loop, is_gather=is_gather)
204 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
207 if is_loop:
233 if is_loop:
Dc_generator.py166 type = "asdl_seq *" if rule.is_loop() or rule.is_gather() else rule.type
430 if rule.is_loop() or rule.is_gather():
580 rhs, is_loop=False, is_gather=node.is_gather(), rulename=node.name,
613 rhs, is_loop=True, is_gather=node.is_gather(), rulename=node.name,
630 is_loop = node.is_loop()
633 if is_loop or is_gather:
652 if is_loop:
665 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
667 if is_loop:
670 self.visit(alt, is_loop=is_loop, is_gather=is_gather, rulename=rulename)
[all …]
Dgrammar.py81 def is_loop(self) -> bool: member in Rule
119 not self.is_loop()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dr3xx_vertprog_dump.c193 unsigned is_loop = 0; in r300_vertex_program_dump() local
197 case 2: fprintf(stderr, "LOOP"); is_loop = 1; break; in r300_vertex_program_dump()
206 if (is_loop) { in r300_vertex_program_dump()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp104 bool prog_scope::is_loop() const in is_loop() function in r600::prog_scope
684 if (last_read_scope->is_loop()) in get_required_live_range()
693 if (keep_for_full_loop && first_write_scope->is_loop()) in get_required_live_range()
710 if (keep_for_full_loop && first_write_scope->is_loop()) in get_required_live_range()
Dsfn_liverange.h85 bool is_loop() const;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp114 bool is_loop() const;
311 bool prog_scope::is_loop() const in is_loop() function in __anon89f7ad430111::prog_scope
955 if (last_read_scope->is_loop()) in get_required_live_range()
964 if (keep_for_full_loop && first_write_scope->is_loop()) in get_required_live_range()
981 if (keep_for_full_loop && first_write_scope->is_loop()) in get_required_live_range()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp64 bool loop = r->is_loop(); in run()
220 if (dep1->target != r && dep1->target->is_loop()) in finalize_if()
226 if (rep1->target != r && rep1->target->is_loop()) in finalize_if()
901 if (r->is_loop()) { in get_stack_depth()
Dsb_ir.cpp473 if(r->is_loop()) in collect_stats()
Dsb_shader.cpp549 loop = static_cast<region_node*>(k)->is_loop(); in create_bbs()
Dsb_ir.h1143 bool is_loop() { return src_loop || !repeats.empty(); } in is_loop() function
/third_party/chromium/patch/
D0001-cve.patch151765 if (target->is_loop()) {