Home
last modified time | relevance | path

Searched refs:next_vreg (Results 1 – 25 of 45) sorted by relevance

12

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dregister_allocate_test.cpp91 int next_vreg = 16; in TEST_F() local
94 unsigned int reg32_base = next_vreg; in TEST_F()
97 int vreg = next_vreg++; in TEST_F()
103 unsigned int reg64_base = next_vreg; in TEST_F()
106 int vreg = next_vreg++; in TEST_F()
115 int vreg = next_vreg++; in TEST_F()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/tests/
H A Dregister_allocate_test.cpp93 int next_vreg = 16; in TEST_F() local
96 unsigned int reg32_base = next_vreg; in TEST_F()
99 int vreg = next_vreg++; in TEST_F()
105 unsigned int reg64_base = next_vreg; in TEST_F()
108 int vreg = next_vreg++; in TEST_F()
117 int vreg = next_vreg++; in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs122 next_vreg: u32, field
129 next_vreg: &mut u32, in alloc_vreg()
133 let v = *next_vreg; in alloc_vreg()
134 *next_vreg += 1; in alloc_vreg()
152 let mut next_vreg: u32 = 1; in new() localVariable
169 &mut next_vreg, in new()
189 let v = next_vreg; in new()
190 next_vreg += 1; in new()
203 next_vreg, in new()
605 let v = self.next_vreg; in tmp()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/machinst/
H A Dlower.rs229 next_vreg: u32, field
264 next_vreg: &mut u32, in alloc_vreg()
268 let v = *next_vreg; in alloc_vreg()
269 *next_vreg += 1; in alloc_vreg()
289 let mut next_vreg: u32 = 0; in new() localVariable
318 let v = next_vreg; in new()
319 next_vreg += 1; in new()
354 let vreg_needed = std::iter::repeat(false).take(next_vreg as usize).collect(); in new()
365 next_vreg, in new()
915 let v = self.next_vreg; in alloc_tmp()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dabcremoval.c992 clean_contexts (area, area->cfg->next_vreg); in remove_abc_from_inst()
1023 clean_contexts (area, area->cfg->next_vreg); in eval_non_null()
1276 mono_mempool_alloc (cfg->mempool, sizeof (MonoSummarizedValueRelation) * (cfg->next_vreg) * 2); in mono_perform_abc_removal()
1279 mono_mempool_alloc0 (cfg->mempool, sizeof (MonoRelationsEvaluationContext) * (cfg->next_vreg)); in mono_perform_abc_removal()
1282 mono_mempool_alloc0 (cfg->mempool, sizeof (MonoRelationsEvaluationStatus) * (cfg->next_vreg)); in mono_perform_abc_removal()
1285 mono_mempool_alloc (cfg->mempool, sizeof (MonoIntegerValueKind) * (cfg->next_vreg)); in mono_perform_abc_removal()
1286 area.defs = (MonoInst **)mono_mempool_alloc (cfg->mempool, sizeof (MonoInst*) * cfg->next_vreg); in mono_perform_abc_removal()
1287 for (i = 0; i < cfg->next_vreg; i++) { in mono_perform_abc_removal()
1373 for (i = 0; i < cfg->next_vreg; i++) { in mono_perform_abc_removal()
1375 int related_index = cfg->next_vreg + i; in mono_perform_abc_removal()
H A Dregalloc.h26 int next_vreg; member
H A Dlocal-propagation.c508 int initial_max_vregs = cfg->next_vreg; in mono_local_cprop()
510 max = cfg->next_vreg; in mono_local_cprop()
511 defs = (MonoInst **)mono_mempool_alloc (cfg->mempool, sizeof (MonoInst*) * cfg->next_vreg); in mono_local_cprop()
512 def_index = (gint32 *)mono_mempool_alloc (cfg->mempool, sizeof (guint32) * cfg->next_vreg); in mono_local_cprop()
755 if (mono_strength_reduction_ins (cfg, ins, &spec) && max < cfg->next_vreg) { in mono_local_cprop()
759 guint32 additional_vregs = cfg->next_vreg - initial_max_vregs; in mono_local_cprop()
877 used = mono_bitset_mp_new_noinit (cfg->mempool, cfg->next_vreg + 1); in mono_local_deadce()
878 defined = mono_bitset_mp_new_noinit (cfg->mempool, cfg->next_vreg + 1); in mono_local_deadce()
H A Dmini-codegen.c148 if (rs->next_vreg > rs->vassign_size) { in mono_regstate_assign()
150 rs->vassign_size = MAX (rs->next_vreg, 256); in mono_regstate_assign()
1159 rs->next_vreg = bb->max_vreg; in mono_local_regalloc()
1166 max = rs->next_vreg; in mono_local_regalloc()
1178 g_assert (cfg->reginfo_len >= rs->next_vreg); in mono_local_regalloc()
1323 DEBUG (print_regtrack (reginfo, rs->next_vreg)); in mono_local_regalloc()
2755 rs->next_vreg = MAX (MONO_MAX_IREGS, MONO_MAX_FREGS); in mono_regstate_new()
2757 rs->next_vreg = MAX (rs->next_vreg, MONO_MAX_XREGS); in mono_regstate_new()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs273 next_vreg: u32, field
310 next_vreg: &mut u32, in alloc_vregs()
313 let v = *next_vreg; in alloc_vregs()
315 *next_vreg += regclasses.len() as u32; in alloc_vregs()
350 let mut next_vreg: u32 = 0; in new() localVariable
359 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
368 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
392 let regs = alloc_vregs(ret.value_type, &mut next_vreg, &mut vcode)?; in new()
440 next_vreg, in new()
1214 writable_value_regs(alloc_vregs(ty, &mut self.next_vreg, &mut self.vcode).unwrap()) in alloc_tmp()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs273 next_vreg: u32, field
310 next_vreg: &mut u32, in alloc_vregs()
313 let v = *next_vreg; in alloc_vregs()
315 *next_vreg += regclasses.len() as u32; in alloc_vregs()
350 let mut next_vreg: u32 = 0; in new() localVariable
359 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
368 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
392 let regs = alloc_vregs(ret.value_type, &mut next_vreg, &mut vcode)?; in new()
440 next_vreg, in new()
1214 writable_value_regs(alloc_vregs(ty, &mut self.next_vreg, &mut self.vcode).unwrap()) in alloc_tmp()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dlower.rs272 next_vreg: u32, field
309 next_vreg: &mut u32, in alloc_vregs()
312 let v = *next_vreg; in alloc_vregs()
314 *next_vreg += regclasses.len() as u32; in alloc_vregs()
349 let mut next_vreg: u32 = 0; in new() localVariable
358 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
367 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
394 let regs = alloc_vregs(ret.value_type, &mut next_vreg, &mut vcode)?; in new()
442 next_vreg, in new()
1222 writable_value_regs(alloc_vregs(ty, &mut self.next_vreg, &mut self.vcode).unwrap()) in alloc_tmp()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs273 next_vreg: u32, field
310 next_vreg: &mut u32, in alloc_vregs()
313 let v = *next_vreg; in alloc_vregs()
315 *next_vreg += regclasses.len() as u32; in alloc_vregs()
350 let mut next_vreg: u32 = 0; in new() localVariable
359 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
368 let regs = alloc_vregs(ty, &mut next_vreg, &mut vcode)?; in new()
392 let regs = alloc_vregs(ret.value_type, &mut next_vreg, &mut vcode)?; in new()
440 next_vreg, in new()
1214 writable_value_regs(alloc_vregs(ty, &mut self.next_vreg, &mut self.vcode).unwrap()) in alloc_tmp()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs110 let mut next_vreg = 0; in compute_arg_locs() localVariable
220 get_fltreg_for_arg(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
223 get_fltreg_for_retval(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
232 next_vreg += 1; in compute_arg_locs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs110 let mut next_vreg = 0; in compute_arg_locs() localVariable
220 get_fltreg_for_arg(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
223 get_fltreg_for_retval(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
232 next_vreg += 1; in compute_arg_locs()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/
H A Dabi.rs110 let mut next_vreg = 0; in compute_arg_locs() localVariable
220 get_fltreg_for_arg(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
223 get_fltreg_for_retval(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
232 next_vreg += 1; in compute_arg_locs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dabi.rs110 let mut next_vreg = 0; in compute_arg_locs() localVariable
220 get_fltreg_for_arg(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
223 get_fltreg_for_retval(&call_conv, next_vreg, next_param_idx) in compute_arg_locs()
232 next_vreg += 1; in compute_arg_locs()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dabi.rs105 let mut next_vreg = 0; in compute_arg_locs() localVariable
133 if next_vreg < 8 { in compute_arg_locs()
134 ret.push(ABIArg::Reg(vreg(next_vreg).to_real_reg(), param.value_type)); in compute_arg_locs()
135 next_vreg += 1; in compute_arg_locs()

12