Home
last modified time | relevance | path

Searched refs:allocs (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dsouper_harvest.rs38 let mut allocs = Allocs::default(); in do_souper_harvest() localVariable
84 allocs: &mut Allocs, in harvest_candidate_lhs()
89 allocs.reset(); in harvest_candidate_lhs()
140 post_order_dfs(allocs, &func.dfg, val, should_trace, |allocs, val| { in harvest_candidate_lhs()
183 let a = arg(allocs, 0); in harvest_candidate_lhs()
184 let b = arg(allocs, 1); in harvest_candidate_lhs()
188 let a = arg(allocs, 0); in harvest_candidate_lhs()
199 let b = arg(allocs, 0); in harvest_candidate_lhs()
210 let a = arg(allocs, 0); in harvest_candidate_lhs()
556 allocs: &mut Allocs, in post_order_dfs()
[all …]
H A Dinline.rs341 allocs: &mut InliningAllocs, in inline_one()
361 allocs.reset(callee); in inline_one()
413 allocs: &allocs, in inline_one()
452 allocs, in inline_one()
509 allocs in inline_one()
619 allocs: &mut InliningAllocs, in fixup_inlined_call_exception_tables()
844 allocs in fixup_inst_that_returns()
889 allocs in fixup_inst_that_returns()
905 allocs: &'a InliningAllocs, field
1012 self.allocs in map_constant()
[all …]
/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs65 fn save_context(&self, mut context: CompilationContext, allocs: FuncValidatorAllocations) { in save_context()
66 context.allocations = allocs; in save_context()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs684 let allocs = &regalloc.allocs[range]; in compute_clobbers_and_function_calls() localVariable
685 for (operand, alloc) in operands.iter().zip(allocs.iter()) { in compute_clobbers_and_function_calls()
998 let mut allocs = regalloc.inst_allocs(iix).iter(); in emit() localVariable
1002 allocs.next().expect("enough allocations for all operands"); in emit()
1016 debug_assert!(allocs.next().is_none()); in emit()