| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | context.rs | 24 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 D | result.rs | 46 pub type CodegenResult<T> = Result<T, CodegenError>; typedef
|
| H A D | lib.rs | 104 pub use crate::result::{CodegenError, CodegenResult, CompileError};
|
| H A D | inline.rs | 24 use crate::result::CodegenResult; 115 ) -> CodegenResult<bool> { in do_inlining()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/ |
| H A D | mod.rs | 16 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 D | lower.rs | 15 use crate::result::CodegenResult; 168 ) -> CodegenResult<InstOutput> { in emit_vm_call()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/ |
| H A D | mod.rs | 16 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 D | abi.rs | 6 CodegenResult, 59 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/ |
| H A D | mod.rs | 13 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 D | abi.rs | 12 use crate::CodegenResult; 93 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/ |
| H A D | mod.rs | 13 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 D | abi.rs | 135 use crate::CodegenResult; 309 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 15 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 D | abi.rs | 3 use crate::CodegenResult; 117 ) -> CodegenResult<(u32, Option<usize>)> { in compute_arg_locs()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 49 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 D | mod.rs | 52 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 D | compile.rs | 23 ) -> CodegenResult<(VCode<B::MInst>, regalloc2::Output)> { in compile()
|
| H A D | lower.rs | 23 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 D | abi.rs | 408 ) -> 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 D | vcode.rs | 299 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 D | winx64.rs | 10 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 D | winarm64.rs | 9 use crate::result::CodegenResult; 195 ) -> CodegenResult<UnwindInfo> { in create_unwind_info_from_insts()
|
| H A D | systemv.rs | 5 use crate::result::CodegenResult; 171 ) -> CodegenResult<UnwindInfo> { in create_unwind_info_from_insts()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | builder.rs | 8 CodegenResult, 20 inner: IsaBuilder<CodegenResult<OwnedTargetIsa>>,
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | mod.rs | 10 use crate::{CodegenError, CodegenResult, settings}; 548 fn rc_for_type(ty: Type) -> CodegenResult<(&'static [RegClass], &'static [Type])> { in rc_for_type()
|