Home
last modified time | relevance | path

Searched refs:sig_ref (Results 1 – 25 of 83) sorted by relevance

1234

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/legalizer/
H A Dboundary.rs50 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
339 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
603 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
606 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
615 Err(sig_ref) in check_call_signature()
769 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
777 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
790 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
797 sig_ref, in handle_call_abi()
798 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dboundary.rs50 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
328 let old_sig = pos.func.dfg.old_signatures[sig_ref] in legalize_sret_call()
339 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
584 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
587 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
596 Err(sig_ref) in check_call_signature()
750 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
758 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
777 sig_ref, in handle_call_abi()
778 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dboundary.rs51 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
361 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
630 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
633 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
642 Err(sig_ref) in check_call_signature()
801 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
809 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
822 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
829 sig_ref, in handle_call_abi()
830 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dboundary.rs51 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
361 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
630 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
633 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
642 Err(sig_ref) in check_call_signature()
801 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
809 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
822 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
829 sig_ref, in handle_call_abi()
830 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/legalizer/
H A Dboundary.rs50 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
360 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
629 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
632 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
641 Err(sig_ref) in check_call_signature()
800 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
808 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
821 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
828 sig_ref, in handle_call_abi()
829 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/legalizer/
H A Dboundary.rs51 func.dfg.old_signatures[sig_ref] = Some(old); in legalize_signatures()
361 &pos.func.dfg.signatures[sig_ref], in legalize_sret_call()
630 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
633 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
642 Err(sig_ref) in check_call_signature()
801 let sig = &pos.func.dfg.signatures[sig_ref]; in handle_call_abi()
809 legalize_sret_call(isa, pos, sig_ref, inst); in handle_call_abi()
822 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
829 sig_ref, in handle_call_abi()
830 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/legalizer/
H A Dboundary.rs403 CallInfo::Indirect(sig_ref, args) => (sig_ref, args), in check_call_signature()
406 let sig = &dfg.signatures[sig_ref]; in check_call_signature()
415 Err(sig_ref) in check_call_signature()
532 let abi_args = pos.func.dfg.signatures[sig_ref].params.len(); in handle_call_abi()
534 func.dfg.signatures[sig_ref].params[abi_arg] in handle_call_abi()
537 if !pos.func.dfg.signatures[sig_ref].returns.is_empty() { in handle_call_abi()
539 func.dfg.signatures[sig_ref].returns[abi_res] in handle_call_abi()
547 sig_ref, in handle_call_abi()
548 pos.func.dfg.signatures[sig_ref] in handle_call_abi()
667 let sig_ref = pos in spill_call_arguments() localVariable
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/examples/
H A Dcalendar.pl67 my $sig_ref = shift;
70 $sig_ref->{prev2}->set_text($sig_ref->{prev}->get_text);
71 $sig_ref->{prev}->set_text($sig_ref->{curr}->get_text);
72 $sig_ref->{curr}->set_text($new_sig);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h180 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_A(sig_ref, is_push, is_required) \ argument
181 (NFP_ARM_GCSR_EXPL_POST_SIG_A(sig_ref) | \
185 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_B(sig_ref, is_push, is_required) \ argument
186 (NFP_ARM_GCSR_EXPL_POST_SIG_B(sig_ref) | \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h180 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_A(sig_ref, is_push, is_required) \ argument
181 (NFP_ARM_GCSR_EXPL_POST_SIG_A(sig_ref) | \
185 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_B(sig_ref, is_push, is_required) \ argument
186 (NFP_ARM_GCSR_EXPL_POST_SIG_B(sig_ref) | \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h180 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_A(sig_ref, is_push, is_required) \ argument
181 (NFP_ARM_GCSR_EXPL_POST_SIG_A(sig_ref) | \
185 #define NFP_ARM_GCSR_EXPL_POST_EXPECT_B(sig_ref, is_push, is_required) \ argument
186 (NFP_ARM_GCSR_EXPL_POST_SIG_B(sig_ref) | \
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dentities.rs21 pub(crate) sig_ref: OperandKind, field
52 sig_ref: new("sig_ref", "ir::SigRef", "A function signature."), in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/shared/
H A Dentities.rs16 pub sig_ref: OperandKind, field
46 sig_ref: create("sig_ref", "A function signature.").build(), in new()
/dports/dns/p5-Net-DNS-SEC/Net-DNS-SEC-1.19/lib/Net/DNS/SEC/
H A DKeyset.pm126 my ( $class, $key_ref, $sig_ref ) = @_;
129 my @sigrr = grep { $_->type eq 'RRSIG' } @$sig_ref;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/verifier/
H A Dmod.rs646 sig_ref, ref args, .. in verify_entity_references()
648 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1273 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1274 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1279 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1281 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1282 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1287 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1344 sig_ref: SigRef, in check_outgoing_args()
1347 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/verifier/
H A Dmod.rs681 sig_ref, ref args, .. in verify_entity_references()
683 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1368 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1369 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1374 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1376 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1377 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1382 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1440 sig_ref: SigRef, in check_outgoing_args()
1443 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs688 sig_ref, ref args, .. in verify_entity_references()
690 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1379 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1380 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1385 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1387 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1388 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1393 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1451 sig_ref: SigRef, in check_outgoing_args()
1454 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs688 sig_ref, ref args, .. in verify_entity_references()
690 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1379 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1380 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1385 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1387 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1388 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1393 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1451 sig_ref: SigRef, in check_outgoing_args()
1454 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/verifier/
H A Dmod.rs686 sig_ref, ref args, .. in verify_entity_references()
688 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1377 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1378 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1383 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1385 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1386 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1391 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1449 sig_ref: SigRef, in check_outgoing_args()
1452 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs688 sig_ref, ref args, .. in verify_entity_references()
690 self.verify_sig_ref(inst, sig_ref, errors)?; in verify_entity_references()
1379 let sig_ref = self.func.dfg.ext_funcs[func_ref].signature; in typecheck_variable_args() localVariable
1380 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1385 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1387 CallInfo::Indirect(sig_ref, _) => { in typecheck_variable_args()
1388 let arg_types = self.func.dfg.signatures[sig_ref] in typecheck_variable_args()
1393 self.check_outgoing_args(inst, sig_ref, errors)?; in typecheck_variable_args()
1451 sig_ref: SigRef, in check_outgoing_args()
1454 let sig = &self.func.dfg.signatures[sig_ref]; in check_outgoing_args()

1234