| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | emit_state.rs | 3 use cranelift_control::ControlPlane; 14 ctrl_plane: ControlPlane, 22 fn new(abi: &Callee<X64ABIMachineSpec>, ctrl_plane: ControlPlane) -> Self { in new() 34 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() argument 38 fn take_ctrl_plane(self) -> ControlPlane { in take_ctrl_plane() argument
|
| /wasmtime-44.0.1/cranelift/control/src/ |
| H A D | zero_sized.rs | 7 pub struct ControlPlane { struct 16 impl arbitrary::Arbitrary<'_> for ControlPlane { implementation 22 impl ControlPlane { implementation
|
| H A D | chaos.rs | 7 pub struct ControlPlane { struct 16 impl Arbitrary<'_> for ControlPlane { implementation 22 impl ControlPlane { implementation
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | context.rs | 33 use cranelift_control::ControlPlane; 118 ctrl_plane: &mut ControlPlane, in compile_and_emit() argument 131 ctrl_plane: &mut ControlPlane, in compile_stencil() argument 154 ctrl_plane: &mut ControlPlane, in optimize() argument 214 ctrl_plane: &mut ControlPlane, in compile() argument 365 ctrl_plane: &mut ControlPlane, in egraph_pass() argument
|
| H A D | incremental_cache.rs | 34 use cranelift_control::ControlPlane; 43 ctrl_plane: &mut ControlPlane, in compile_with_cache() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 59 use cranelift_control::ControlPlane; 364 fn new(abi: &Callee<I::ABIMachineSpec>, ctrl_plane: ControlPlane) -> Self; in new() 374 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane; in ctrl_plane_mut() argument 378 fn take_ctrl_plane(self) -> ControlPlane; in take_ctrl_plane() argument 599 ctrl_plane: &mut ControlPlane, in append() argument 627 fn finish(&mut self, ctrl_plane: &mut ControlPlane) -> Vec<u8>; in finish()
|
| H A D | compile.rs | 22 ctrl_plane: &mut ControlPlane, in compile() argument
|
| H A D | buffer.rs | 189 use cranelift_control::ControlPlane; 698 pub fn bind_label(&mut self, label: MachLabel, ctrl_plane: &mut ControlPlane) { in bind_label() argument 971 pub fn optimize_branches(&mut self, ctrl_plane: &mut ControlPlane) { in optimize_branches() argument 1324 pub fn emit_island(&mut self, distance: CodeOffset, ctrl_plane: &mut ControlPlane) { in emit_island() argument 1334 ctrl_plane: &mut ControlPlane, in emit_island_maybe_forced() argument 1572 ctrl_plane: &mut ControlPlane, in finish_emission_maybe_forcing_veneers() argument 1596 ctrl_plane: &mut ControlPlane, in finish() argument 2455 ctrl_plane: &mut ControlPlane, in append() argument 2501 fn finish(&mut self, ctrl_plane: &mut ControlPlane) -> Vec<u8> { in finish()
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_optimize.rs | 13 use cranelift_control::ControlPlane; 57 .optimize(isa, &mut ControlPlane::default()) in run()
|
| H A D | test_inline.rs | 18 use cranelift_control::ControlPlane; 99 .optimize(isa, &mut ControlPlane::default()) in run()
|
| H A D | function_runner.rs | 13 use cranelift_control::ControlPlane; 149 ctrl_planes: Vec<ControlPlane>, in add_functions() argument 158 .chain(std::iter::repeat(ControlPlane::default())); in add_functions() 258 ctrl_plane: &mut ControlPlane, in define_function() argument 322 ctrl_plane: &mut ControlPlane, in create_trampoline_for_function() argument 860 let ctrl_plane = &mut ControlPlane::default(); in nop()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | mod.rs | 18 use cranelift_control::ControlPlane; 56 ctrl_plane: &mut ControlPlane, in compile_vcode() argument 71 ctrl_plane: &mut ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 20 use cranelift_control::ControlPlane; 60 ctrl_plane: &mut ControlPlane, in compile_vcode() argument 75 ctrl_plane: &mut ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | mod.rs | 19 use cranelift_control::ControlPlane; 57 ctrl_plane: &mut ControlPlane, in compile_vcode() argument 72 ctrl_plane: &mut ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | mod.rs | 22 use cranelift_control::ControlPlane; 64 ctrl_plane: &mut ControlPlane, in compile_vcode() argument 81 ctrl_plane: &mut ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | mod.rs | 24 use cranelift_control::ControlPlane; 125 ctrl_plane: &mut ControlPlane, in compile_vcode() argument 176 ctrl_plane: &mut cranelift_control::ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/src/ |
| H A D | souper_harvest.rs | 5 use cranelift_codegen::control::ControlPlane; 118 ctx.optimize(fisa.isa.unwrap(), &mut ControlPlane::default()) in run()
|
| /wasmtime-44.0.1/fuzz/fuzz_targets/ |
| H A D | cranelift-fuzzgen.rs | 8 use cranelift_control::ControlPlane; 158 pub ctrl_planes: Vec<ControlPlane>, 207 let mut ctrl_planes: Vec<ControlPlane> = Vec::with_capacity(func_count); in generate() 230 ctrl_planes.push(ControlPlane::arbitrary(generator.u)?); in generate()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | obj.rs | 19 use cranelift_control::ControlPlane; 64 ctrl_plane: ControlPlane, 105 ctrl_plane: ControlPlane::default(), in new()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | emit.rs | 9 use cranelift_control::ControlPlane; 44 ctrl_plane: ControlPlane, 62 fn new(abi: &Callee<PulleyMachineDeps<P>>, ctrl_plane: ControlPlane) -> Self { in new() 75 fn ctrl_plane_mut(&mut self) -> &mut ControlPlane { in ctrl_plane_mut() argument 79 fn take_ctrl_plane(self) -> ControlPlane { in take_ctrl_plane() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 62 use cranelift_control::ControlPlane; 314 ctrl_plane: &mut ControlPlane, in compile_function() argument
|
| /wasmtime-44.0.1/cranelift/module/src/ |
| H A D | module.rs | 19 use cranelift_control::ControlPlane; 959 self.define_function_with_control_plane(func, ctx, &mut ControlPlane::default()) in define_function() 971 ctrl_plane: &mut ControlPlane, in define_function_with_control_plane() argument 1077 ctrl_plane: &mut ControlPlane, in define_function_with_control_plane() argument 1181 ctrl_plane: &mut ControlPlane, in define_function_with_control_plane() argument
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | mod.rs | 22 use cranelift_control::ControlPlane; 62 ctrl_plane: &'a mut ControlPlane, 93 ctrl_plane: &'opt mut ControlPlane, 696 ctrl_plane: &'a mut ControlPlane, in new() argument
|
| H A D | elaborate.rs | 16 use cranelift_control::ControlPlane; 71 ctrl_plane: &'a mut ControlPlane, 147 ctrl_plane: &'a mut ControlPlane, in new() argument
|
| /wasmtime-44.0.1/cranelift/jit/src/ |
| H A D | backend.rs | 11 use cranelift_control::ControlPlane; 465 ctrl_plane: &mut ControlPlane, in define_function_with_control_plane() argument
|