Home
last modified time | relevance | path

Searched refs:collect_vars (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py747 vars = self.collect_vars(node)
778 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]: member in CParserGenerator
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp737 std::set<std::pair<unsigned, unsigned>> collect_vars(ra_ctx& ctx, RegisterFile& reg_file, in collect_vars() function
910 …std::set<std::pair<unsigned, unsigned>> new_vars = collect_vars(ctx, reg_file, PhysReg{reg_lo}, si… in get_regs_for_copies()
1059 …std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, reg_file, PhysReg{best_pos}, size… in get_reg_impl()
1396 …std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, reg_file, PhysReg{best_pos}, size… in get_reg_create_vector()
2145 …std::set<std::pair<unsigned, unsigned>> vars = collect_vars(ctx, register_file, definition.physReg… in register_allocation()