Searched refs:ctrl_plane_mut (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | buffer.rs | 2548 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_elide_jump_to_next() 2551 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_elide_jump_to_next() 2565 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks() 2573 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks() 2577 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks() 2581 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_elide_trivial_jump_blocks() 2596 buf.bind_label(label(0), state.ctrl_plane_mut()); in test_flip_cond() 2604 buf.bind_label(label(1), state.ctrl_plane_mut()); in test_flip_cond() 2608 buf.bind_label(label(2), state.ctrl_plane_mut()); in test_flip_cond() 2614 buf.bind_label(label(3), state.ctrl_plane_mut()); in test_flip_cond() [all …]
|
| H A D | mod.rs | 374 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane; in ctrl_plane_mut() method
|
| H A D | vcode.rs | 861 buffer.bind_label(MachLabel::from_block(block), state.ctrl_plane_mut()); in emit()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | emit.rs | 251 sink.bind_label(do_op, state.ctrl_plane_mut()); in emit() 290 sink.bind_label(done_label, state.ctrl_plane_mut()); in emit() 327 sink.bind_label(next, state.ctrl_plane_mut()); in emit() 378 sink.bind_label(loop_start, state.ctrl_plane_mut()); in emit() 645 sink.bind_label(resume, state.ctrl_plane_mut()); in emit() 768 sink.bind_label(else_label, state.ctrl_plane_mut()); in emit() 870 sink.bind_label(do_min_max, state.ctrl_plane_mut()); in emit() 873 sink.bind_label(done, state.ctrl_plane_mut()); in emit() 980 sink.bind_label(done, state.ctrl_plane_mut()); in emit() 1186 sink.bind_label(done, state.ctrl_plane_mut()); in emit() [all …]
|
| H A D | emit_state.rs | 34 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | asm.rs | 131 .finish(&self.pool.constants(), self.emit_state.ctrl_plane_mut()); in finalize() 147 .emit_island(needed_space, self.emit_state.ctrl_plane_mut()); in emit_with_island() 149 .bind_label(label, self.emit_state.ctrl_plane_mut()); in emit_with_island()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | emit.rs | 75 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() function
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | emit.rs | 1431 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() method 3661 sink.bind_label(loop_start, state.ctrl_plane_mut()); in emit_with_alloc_consumer()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | emit.rs | 91 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | emit.rs | 691 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | asm.rs | 333 .finish(&self.pool.constants(), self.emit_state.ctrl_plane_mut()); in finalize()
|