Home
last modified time | relevance | path

Searched refs:for_function (Results 1 – 16 of 16) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/unwind/
H A Dsystemv.rs81 let mut context = Context::for_function(create_function( in test_simple_func()
129 let mut context = Context::for_function(create_multi_return_function(CallConv::SystemV)); in test_multi_return_func()
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_alias_analysis.rs34 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_legalizer.rs35 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_safepoint.rs22 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_optimize.rs54 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_compile.rs54 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_inline.rs72 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
H A Dtest_unwind.rs39 let mut comp_ctx = cranelift_codegen::Context::for_function(func.into_owned()); in run()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/unwind/
H A Dsystemv.rs86 let mut context = Context::for_function(create_function( in test_simple_func()
133 let mut context = Context::for_function(create_multi_return_function(CallConv::SystemV)); in test_multi_return_func()
/wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/unwind/
H A Dsystemv.rs117 let mut context = Context::for_function(create_function( in test_simple_func()
164 let mut context = Context::for_function(create_multi_return_function( in test_multi_return_func()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/unwind/
H A Dsystemv.rs113 let mut context = Context::for_function(create_function( in test_simple_func()
160 let mut context = Context::for_function(create_multi_return_function(CallConv::SystemV)); in test_multi_return_func()
/wasmtime-44.0.1/fuzz/fuzz_targets/
H A Dcranelift-icache.rs110 let mut context = Context::for_function(func.clone());
200 context = Context::for_function(func.clone());
H A Dcranelift-fuzzgen.rs254 let mut ctx = Context::for_function(func.clone()); in to_optimized()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcontext.rs66 Self::for_function(Function::new()) in new()
73 pub fn for_function(func: Function) -> Self { in for_function() method
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dlib.rs118 let mut ctx = Context::for_function(func); in run_func_passes()
/wasmtime-44.0.1/cranelift/frontend/src/
H A Dfrontend.rs1940 let ctx = cranelift_codegen::Context::for_function(func); in test_builder_with_iconst_and_negative_constant()
2015 let ctx = cranelift_codegen::Context::for_function(func); in try_call()