Home
last modified time | relevance | path

Searched refs:block_param_types (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasm/src/
H A Dcode_translator.rs315 let next_block_types = builder.func.dfg.block_param_types(next_block); in translate_operator()
373 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_operator()
462 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator()
1919 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_br_if()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-wasm/src/
H A Dcode_translator.rs311 let next_block_types = builder.func.dfg.block_param_types(next_block); in translate_operator()
369 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_operator()
458 let destination_types = builder.func.dfg.block_param_types(real_dest_block); in translate_operator()
1917 let destination_types = builder.func.dfg.block_param_types(br_destination); in translate_br_if()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Ddfg.rs792 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs797 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs797 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Ddfg.rs805 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs797 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs781 pub fn block_param_types(&self, block: Block) -> Vec<Type> { in block_param_types() method