Home
last modified time | relevance | path

Searched refs:CodegenResult (Results 1 – 25 of 30) sorted by relevance

12

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs24 use crate::result::{CodegenResult, CompileResult};
132 ) -> CodegenResult<CompiledCodeStencil> { in compile_stencil()
155 ) -> CodegenResult<()> { in optimize() argument
195 pub fn inline(&mut self, inliner: impl Inline) -> CodegenResult<bool> { in inline()
243 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in create_unwind_info()
276 ) -> CodegenResult<()> { in remove_constant_phis() argument
283 pub fn canonicalize_nans(&mut self, isa: &dyn TargetIsa) -> CodegenResult<()> { in canonicalize_nans() argument
297 pub fn legalize(&mut self, isa: &dyn TargetIsa) -> CodegenResult<()> { in legalize() argument
345 pub fn replace_redundant_loads(&mut self) -> CodegenResult<()> { in replace_redundant_loads() argument
356 ) -> CodegenResult<()> { in souper_harvest() argument
[all …]
H A Dresult.rs46 pub type CodegenResult<T> = Result<T, CodegenError>; typedef
H A Dlib.rs104 pub use crate::result::{CodegenError, CodegenResult, CompileError};
H A Dinline.rs24 use crate::result::CodegenResult;
115 ) -> CodegenResult<bool> { in do_inlining()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dmod.rs16 use crate::result::{CodegenError, CodegenResult};
46 ) -> CodegenResult<Self> { in new_with_flags()
65 ) -> CodegenResult<(VCode<inst::Inst>, regalloc2::Output)> { in compile_vcode()
82 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
131 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in emit_unwind_info()
217 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in emit_unwind_info()
267 ) -> CodegenResult<OwnedTargetIsa> { in isa_constructor()
H A Dlower.rs15 use crate::result::CodegenResult;
168 ) -> CodegenResult<InstOutput> { in emit_vm_call()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dmod.rs16 result::CodegenResult,
126 ) -> CodegenResult<(VCode<inst::InstAndKind<P>>, regalloc2::Output)> { in compile_vcode()
177 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
203 ) -> CodegenResult<Option<isa::unwind::UnwindInfo>> { in emit_unwind_info()
274 ) -> CodegenResult<OwnedTargetIsa> { in isa_constructor_32()
292 ) -> CodegenResult<OwnedTargetIsa> { in isa_constructor_64()
H A Dabi.rs6 CodegenResult,
59 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dmod.rs13 use crate::result::CodegenResult;
58 ) -> CodegenResult<(VCode<inst::Inst>, regalloc2::Output)> { in compile_vcode()
73 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
122 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in emit_unwind_info()
265 ) -> CodegenResult<OwnedTargetIsa> { in isa_constructor()
H A Dabi.rs12 use crate::CodegenResult;
93 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/
H A Dmod.rs13 use crate::result::CodegenResult;
57 ) -> CodegenResult<(VCode<inst::Inst>, regalloc2::Output)> { in compile_vcode()
72 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
122 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in emit_unwind_info()
H A Dabi.rs135 use crate::CodegenResult;
309 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dmod.rs15 use crate::result::CodegenResult;
61 ) -> CodegenResult<(VCode<inst::Inst>, regalloc2::Output)> { in compile_vcode()
76 ) -> CodegenResult<CompiledCodeStencil> { in compile_function()
129 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in emit_unwind_info()
H A Dabi.rs3 use crate::CodegenResult;
117 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dmod.rs49 use crate::CodegenResult;
166 pub type Builder = IsaBuilder<CodegenResult<OwnedTargetIsa>>;
315 ) -> CodegenResult<CompiledCodeStencil>; in compile_function()
334 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>>; in emit_unwind_info()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs52 use crate::result::CodegenResult;
145 fn rc_for_type(ty: Type) -> CodegenResult<(&'static [RegClass], &'static [Type])>; in rc_for_type()
555 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in create_unwind_info()
573 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> { in create_unwind_info_of_kind()
H A Dcompile.rs23 ) -> CodegenResult<(VCode<B::MInst>, regalloc2::Output)> { in compile()
H A Dlower.rs23 use crate::{CodegenError, CodegenResult, trace};
368 ) -> CodegenResult<Self> { in new()
725 ) -> CodegenResult<()> { in lower_clif_block() argument
903 fn add_block_params(&mut self, block: Block) -> CodegenResult<()> { in add_block_params() argument
1004 ) -> CodegenResult<()> { in lower_clif_branch() argument
1120 ) -> CodegenResult<VCode<I>> { in lower()
H A Dabi.rs408 ) -> CodegenResult<(u32, Option<usize>)>; in compute_arg_locs()
797 pub fn new<M>(func: &ir::Function, flags: &settings::Flags) -> CodegenResult<Self> in new()
828 ) -> CodegenResult<Sig> in make_abi_sig_from_ir_signature()
852 ) -> CodegenResult<Sig> in make_abi_sig_from_ir_sig_ref()
884 ) -> CodegenResult<SigData> { in from_func_sig()
1213 ) -> CodegenResult<Self> { in new()
1498 ) -> CodegenResult<()> { in init_retval_area() argument
H A Dvcode.rs299 pub fn init_retval_area(&mut self, vregs: &mut VRegAllocator<I>) -> CodegenResult<()> { in init_retval_area() argument
1714 pub fn alloc(&mut self, ty: Type) -> CodegenResult<ValueRegs<Reg>> { in alloc()
1730 let check = |vreg: regalloc2::VReg| -> CodegenResult<Reg> { in alloc()
/wasmtime-44.0.1/cranelift/codegen/src/isa/unwind/
H A Dwinx64.rs10 use crate::result::{CodegenError, CodegenResult};
242 ) -> CodegenResult<UnwindInfo> { in create_unwind_info_from_insts()
306 fn ensure_unwind_offset(offset: u32) -> CodegenResult<u8> { in ensure_unwind_offset()
H A Dwinarm64.rs9 use crate::result::CodegenResult;
195 ) -> CodegenResult<UnwindInfo> { in create_unwind_info_from_insts()
H A Dsystemv.rs5 use crate::result::CodegenResult;
171 ) -> CodegenResult<UnwindInfo> { in create_unwind_info_from_insts()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbuilder.rs8 CodegenResult,
20 inner: IsaBuilder<CodegenResult<OwnedTargetIsa>>,
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/
H A Dmod.rs10 use crate::{CodegenError, CodegenResult, settings};
548 fn rc_for_type(ty: Type) -> CodegenResult<(&'static [RegClass], &'static [Type])> { in rc_for_type()

12