Home
last modified time | relevance | path

Searched refs:def_map (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp134 rename_stack.push(def_map()); in init()
135 rename_lds_oq_stack.push(def_map()); in init()
136 rename_lds_rw_stack.push(def_map()); in init()
384 unsigned ssa_rename::get_index(def_map& m, value* v) { in get_index()
385 def_map::iterator I = m.find(v); in get_index()
391 void ssa_rename::set_index(def_map& m, value* v, unsigned index) { in set_index()
392 std::pair<def_map::iterator,bool> r = m.insert(std::make_pair(v, index)); in set_index()
397 unsigned ssa_rename::new_index(def_map& m, value* v) { in new_index()
399 def_map::iterator I = m.find(v); in new_index()
Dsb_pass.h634 typedef sb_map<value*, unsigned> def_map; typedef
636 def_map def_count;
637 def_map lds_oq_count;
638 def_map lds_rw_count;
639 std::stack<def_map> rename_stack;
640 std::stack<def_map> rename_lds_oq_stack;
641 std::stack<def_map> rename_lds_rw_stack;
669 unsigned get_index(def_map& m, value* v);
670 void set_index(def_map& m, value* v, unsigned index);
671 unsigned new_index(def_map& m, value* v);
/third_party/gettext/build-aux/
Dtexi2html434 %def_map
3583 %def_map = (
3610 foreach my $key (keys(%def_map))
3612 $def_map{$key . 'x'} = $def_map{$key};
8650 foreach my $def_format (keys(%Texi2HTML::Config::def_map))
14736 if (!ref ($Texi2HTML::Config::def_map{$tag}))
14739 my $substituted = $Texi2HTML::Config::def_map{$tag};
14746 my @args = @{$Texi2HTML::Config::def_map{$tag}};
14951 if (defined($Texi2HTML::Config::def_map{$format}))
14958 …if (!defined($format_ref->{'format'}) or !defined($Texi2HTML::Config::def_map{$format_ref->{'forma…
[all …]