Home
last modified time | relevance | path

Searched refs:value_lists (Results 1 – 25 of 130) sorted by relevance

123456

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Ddfg.rs57 pub value_lists: ValueListPool, field
89 value_lists: ValueListPool::new(), in new()
105 self.value_lists.clear(); in clear()
346 .as_slice(&self.value_lists) in replace_with_aliases()
466 self.insts[inst].arguments(&self.value_lists) in inst_args()
597 self.results[inst].clear(&mut self.value_lists) in clear_results()
638 .get_mut(num, &mut self.value_lists) in replace_result()
680 .first(&self.value_lists) in first_result()
691 self.results[inst].as_slice(&self.value_lists) in inst_results()
749 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Ddfg.rs57 pub value_lists: ValueListPool, field
86 value_lists: ValueListPool::new(), in new()
101 self.value_lists.clear(); in clear()
345 .as_slice(&self.value_lists) in replace_with_aliases()
450 self.insts[inst].arguments(&self.value_lists) in inst_args()
581 self.results[inst].clear(&mut self.value_lists) in clear_results()
622 .get_mut(num, &mut self.value_lists) in replace_result()
664 .first(&self.value_lists) in first_result()
675 self.results[inst].as_slice(&self.value_lists) in inst_results()
733 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs61 pub value_lists: ValueListPool, field
93 value_lists: ValueListPool::new(), in new()
109 self.value_lists.clear(); in clear()
350 .as_slice(&self.value_lists) in replace_with_aliases()
471 self.insts[inst].arguments(&self.value_lists) in inst_args()
602 self.results[inst].clear(&mut self.value_lists) in clear_results()
643 .get_mut(num, &mut self.value_lists) in replace_result()
685 .first(&self.value_lists) in first_result()
696 self.results[inst].as_slice(&self.value_lists) in inst_results()
754 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs61 pub value_lists: ValueListPool, field
93 value_lists: ValueListPool::new(), in new()
109 self.value_lists.clear(); in clear()
350 .as_slice(&self.value_lists) in replace_with_aliases()
471 self.insts[inst].arguments(&self.value_lists) in inst_args()
602 self.results[inst].clear(&mut self.value_lists) in clear_results()
643 .get_mut(num, &mut self.value_lists) in replace_result()
685 .first(&self.value_lists) in first_result()
696 self.results[inst].as_slice(&self.value_lists) in inst_results()
754 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Ddfg.rs61 pub value_lists: ValueListPool, field
93 value_lists: ValueListPool::new(), in new()
109 self.value_lists.clear(); in clear()
358 .as_slice(&self.value_lists) in replace_with_aliases()
479 self.insts[inst].arguments(&self.value_lists) in inst_args()
610 self.results[inst].clear(&mut self.value_lists) in clear_results()
651 .get_mut(num, &mut self.value_lists) in replace_result()
693 .first(&self.value_lists) in first_result()
704 self.results[inst].as_slice(&self.value_lists) in inst_results()
762 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs61 pub value_lists: ValueListPool, field
93 value_lists: ValueListPool::new(), in new()
109 self.value_lists.clear(); in clear()
350 .as_slice(&self.value_lists) in replace_with_aliases()
471 self.insts[inst].arguments(&self.value_lists) in inst_args()
602 self.results[inst].clear(&mut self.value_lists) in clear_results()
643 .get_mut(num, &mut self.value_lists) in replace_result()
685 .first(&self.value_lists) in first_result()
696 self.results[inst].as_slice(&self.value_lists) in inst_results()
754 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs57 pub value_lists: ValueListPool, field
89 value_lists: ValueListPool::new(), in new()
105 self.value_lists.clear(); in clear()
350 .as_slice(&self.value_lists) in replace_with_aliases()
455 self.insts[inst].arguments(&self.value_lists) in inst_args()
586 self.results[inst].clear(&mut self.value_lists) in clear_results()
627 .get_mut(num, &mut self.value_lists) in replace_result()
669 .first(&self.value_lists) in first_result()
680 self.results[inst].as_slice(&self.value_lists) in inst_results()
738 .typevar_operand(&self.value_lists) in ctrl_typevar()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
H A Dboundary.rs242 while let Some(res) = results.get(next_res, &pos.func.dfg.value_lists) { in legalize_inst_results()
277 old_ret_list.len(&pos.func.dfg.value_lists) in assert_is_valid_sret_legalization()
350 let v = old_ret_list.get(i, &pos.func.dfg.value_lists).unwrap(); in legalize_sret_call()
392 for i in 0..old_ret_list.len(&pos.func.dfg.value_lists) { in legalize_sret_call()
397 let old_v = old_ret_list.get(i, &pos.func.dfg.value_lists).unwrap(); in legalize_sret_call()
601 let (sig_ref, args) = match dfg[inst].analyze_call(&dfg.value_lists) { in check_call_signature()
691 &mut pos.func.dfg.value_lists, in legalize_inst_arguments()
698 .get(old_arg_offset + old_arg, &pos.func.dfg.value_lists) in legalize_inst_arguments()
881 vlist.push(val, &mut pos.func.dfg.value_lists); in handle_return_abi()
901 let v = vlist.get(0, &pos.func.dfg.value_lists).unwrap(); in handle_return_abi()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dcall.rs43 new_args.push(callee, &mut func.dfg.value_lists); in expand_call()
44 for i in 0..old_args.len(&func.dfg.value_lists) { in expand_call()
46 old_args.as_slice(&func.dfg.value_lists)[i], in expand_call()
47 &mut func.dfg.value_lists, in expand_call()
H A Dboundary.rs242 while let Some(res) = results.get(next_res, &pos.func.dfg.value_lists) { in legalize_inst_results()
277 old_ret_list.len(&pos.func.dfg.value_lists) in assert_is_valid_sret_legalization()
350 let v = old_ret_list.get(i, &pos.func.dfg.value_lists).unwrap(); in legalize_sret_call()
392 for i in 0..old_ret_list.len(&pos.func.dfg.value_lists) { in legalize_sret_call()
397 let old_v = old_ret_list.get(i, &pos.func.dfg.value_lists).unwrap(); in legalize_sret_call()
582 let (sig_ref, args) = match dfg[inst].analyze_call(&dfg.value_lists) { in check_call_signature()
672 &mut pos.func.dfg.value_lists, in legalize_inst_arguments()
679 .get(old_arg_offset + old_arg, &pos.func.dfg.value_lists) in legalize_inst_arguments()
856 vlist.push(val, &mut pos.func.dfg.value_lists); in handle_return_abi()
876 let v = vlist.get(0, &pos.func.dfg.value_lists).unwrap(); in handle_return_abi()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dremove_constant_phis.rs193 if let BranchInfo::SingleDest(dest, _) = idetails.analyze_branch(&func.dfg.value_lists) in do_remove_constant_phis()
352 let num_old_actuals = old_actuals.len(&func.dfg.value_lists); in do_remove_constant_phis()
367 let val = old_actuals.get(i, &func.dfg.value_lists).unwrap(); in do_remove_constant_phis()
368 new_actuals.push(val, &mut func.dfg.value_lists); in do_remove_constant_phis()
375 .get(num_fixed_actuals + i, &func.dfg.value_lists) in do_remove_constant_phis()
380 new_actuals.push(actual_i, &mut func.dfg.value_lists); in do_remove_constant_phis()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dremove_constant_phis.rs191 if let BranchInfo::SingleDest(dest, _) = idetails.analyze_branch(&func.dfg.value_lists) in do_remove_constant_phis()
350 let num_old_actuals = old_actuals.len(&func.dfg.value_lists); in do_remove_constant_phis()
365 let val = old_actuals.get(i, &func.dfg.value_lists).unwrap(); in do_remove_constant_phis()
366 new_actuals.push(val, &mut func.dfg.value_lists); in do_remove_constant_phis()
373 .get(num_fixed_actuals + i, &func.dfg.value_lists) in do_remove_constant_phis()
378 new_actuals.push(actual_i, &mut func.dfg.value_lists); in do_remove_constant_phis()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dremove_constant_phis.rs191 if let BranchInfo::SingleDest(dest, _) = idetails.analyze_branch(&func.dfg.value_lists) in do_remove_constant_phis()
350 let num_old_actuals = old_actuals.len(&func.dfg.value_lists); in do_remove_constant_phis()
365 let val = old_actuals.get(i, &func.dfg.value_lists).unwrap(); in do_remove_constant_phis()
366 new_actuals.push(val, &mut func.dfg.value_lists); in do_remove_constant_phis()
373 .get(num_fixed_actuals + i, &func.dfg.value_lists) in do_remove_constant_phis()
378 new_actuals.push(actual_i, &mut func.dfg.value_lists); in do_remove_constant_phis()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dremove_constant_phis.rs191 if let BranchInfo::SingleDest(dest, _) = idetails.analyze_branch(&func.dfg.value_lists) in do_remove_constant_phis()
350 let num_old_actuals = old_actuals.len(&func.dfg.value_lists); in do_remove_constant_phis()
365 let val = old_actuals.get(i, &func.dfg.value_lists).unwrap(); in do_remove_constant_phis()
366 new_actuals.push(val, &mut func.dfg.value_lists); in do_remove_constant_phis()
373 .get(num_fixed_actuals + i, &func.dfg.value_lists) in do_remove_constant_phis()
378 new_actuals.push(actual_i, &mut func.dfg.value_lists); in do_remove_constant_phis()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dremove_constant_phis.rs191 if let BranchInfo::SingleDest(dest, _) = idetails.analyze_branch(&func.dfg.value_lists) in do_remove_constant_phis()
350 let num_old_actuals = old_actuals.len(&func.dfg.value_lists); in do_remove_constant_phis()
365 let val = old_actuals.get(i, &func.dfg.value_lists).unwrap(); in do_remove_constant_phis()
366 new_actuals.push(val, &mut func.dfg.value_lists); in do_remove_constant_phis()
373 .get(num_fixed_actuals + i, &func.dfg.value_lists) in do_remove_constant_phis()
378 new_actuals.push(actual_i, &mut func.dfg.value_lists); in do_remove_constant_phis()
/dports/net-im/prosody/prosody-0.11.13/tools/
H A Djabberd14sql2prosody.lua278 local table_name, columns, value_lists, value_list, value_count;
381 table.insert(value_lists, value_list); -- ACTION
384 table_name,value_lists = token,{}; -- ACTION
387 h.insert(table_name, value_lists); -- ACTION
597 insert = function(table_name, value_lists)
600 row_count = row_count + #value_lists;
602 for _,value_list in ipairs(value_lists) do
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dgrpc.cc410 std::queue<value_list_t> value_lists; in QueryValues() local
411 status = this->queryValuesRead(&match, &value_lists); in QueryValues()
413 status = this->queryValuesWrite(ctx, writer, &value_lists); in QueryValues()
416 while (!value_lists.empty()) { in QueryValues()
417 auto vl = value_lists.front(); in QueryValues()
418 value_lists.pop(); in QueryValues()
449 std::queue<value_list_t> *value_lists) { in queryValuesRead() argument
492 value_lists->push(vl); in queryValuesRead()
502 while (!value_lists->empty()) { in queryValuesWrite()
503 auto vl = value_lists->front(); in queryValuesWrite()
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/config/
H A DArcanistConfigurationSourceList.php149 $value_lists = array();
176 $value_lists[$resolved_key][] = new ArcanistConfigurationSourceValue(
192 foreach ($value_lists as $key => $value_list) {
/dports/devel/arcanist/arcanist-b2e715f/src/config/
H A DArcanistConfigurationSourceList.php149 $value_lists = array();
176 $value_lists[$resolved_key][] = new ArcanistConfigurationSourceValue(
192 foreach ($value_lists as $key => $value_list) {

123456