Home
last modified time | relevance | path

Searched refs:ControlPlane (Results 1 – 25 of 32) sorted by relevance

12

/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Demit_state.rs3 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 Dzero_sized.rs7 pub struct ControlPlane { struct
16 impl arbitrary::Arbitrary<'_> for ControlPlane { implementation
22 impl ControlPlane { implementation
H A Dchaos.rs7 pub struct ControlPlane { struct
16 impl Arbitrary<'_> for ControlPlane { implementation
22 impl ControlPlane { implementation
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs33 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 Dincremental_cache.rs34 use cranelift_control::ControlPlane;
43 ctrl_plane: &mut ControlPlane, in compile_with_cache() argument
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs59 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 Dcompile.rs22 ctrl_plane: &mut ControlPlane, in compile() argument
H A Dbuffer.rs189 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 Dtest_optimize.rs13 use cranelift_control::ControlPlane;
57 .optimize(isa, &mut ControlPlane::default()) in run()
H A Dtest_inline.rs18 use cranelift_control::ControlPlane;
99 .optimize(isa, &mut ControlPlane::default()) in run()
H A Dfunction_runner.rs13 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 Dmod.rs18 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 Dmod.rs20 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 Dmod.rs19 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 Dmod.rs22 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 Dmod.rs24 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 Dsouper_harvest.rs5 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 Dcranelift-fuzzgen.rs8 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 Dobj.rs19 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 Demit.rs9 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 Dmod.rs62 use cranelift_control::ControlPlane;
314 ctrl_plane: &mut ControlPlane, in compile_function() argument
/wasmtime-44.0.1/cranelift/module/src/
H A Dmodule.rs19 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 Dmod.rs22 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 Delaborate.rs16 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 Dbackend.rs11 use cranelift_control::ControlPlane;
465 ctrl_plane: &mut ControlPlane, in define_function_with_control_plane() argument

12