Home
last modified time | relevance | path

Searched refs:attach_ebb_param (Results 1 – 4 of 4) sorted by relevance

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/isa/x86/
H A Denc_tables.rs188 pos.func.dfg.attach_ebb_param(done, result); in expand_sdivrem()
336 func.dfg.attach_ebb_param(done, result); in expand_minmax()
434 pos.func.dfg.attach_ebb_param(done, result); in expand_fcvt_from_uint()
601 func.dfg.attach_ebb_param(done_ebb, result); in expand_fcvt_to_sint_sat()
737 func.dfg.attach_ebb_param(done, result); in expand_fcvt_to_uint()
835 func.dfg.attach_ebb_param(done, result); in expand_fcvt_to_uint_sat()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Ddfg.rs855 pub fn attach_ebb_param(&mut self, ebb: Ebb, param: Value) { in attach_ebb_param() method
1186 dfg.attach_ebb_param(ebb, arg2); in ebb()
1188 dfg.attach_ebb_param(ebb, arg1); in ebb()
1204 dfg.attach_ebb_param(ebb, arg1); in replace_ebb_params()
1212 dfg.attach_ebb_param(ebb, arg1); in replace_ebb_params()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/legalizer/
H A Dboundary.rs98 pos.func.dfg.attach_ebb_param(entry, arg); in legalize_entry_params()
H A Dmod.rs433 func.dfg.attach_ebb_param(new_ebb, result); in expand_select()