Home
last modified time | relevance | path

Searched refs:WiderOrEq (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dtype_inference.rs13 WiderOrEq(TypeVar, TypeVar), enumerator
25 Constraint::WiderOrEq(lhs, rhs) => { in translate_with()
28 Constraint::WiderOrEq(lhs, rhs) in translate_with()
57 Constraint::WiderOrEq(lhs, rhs) => { in is_trivial()
95 Constraint::WiderOrEq(lhs, rhs) => { in is_concrete()
107 Constraint::WiderOrEq(lhs, rhs) => vec![lhs, rhs], in typevar_args()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/shared/
H A Dinstructions.rs8 use crate::cdsl::type_inference::Constraint::WiderOrEq;
2998 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3025 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3104 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
3135 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3155 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3188 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
3210 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3719 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3747 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3829 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
3861 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3882 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3916 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
3939 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3635 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3663 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3745 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
3777 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3798 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
3832 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
3855 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3845 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3873 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3955 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
4142 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4163 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4197 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
4220 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3845 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3873 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3955 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
4142 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4163 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4197 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
4220 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3875 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3903 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3985 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
4212 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4233 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4267 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
4290 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dinstructions.rs7 use crate::cdsl::type_inference::Constraint::WiderOrEq;
3845 .constraints(vec![WiderOrEq(Bool.clone(), BoolTo.clone())]), in define()
3873 .constraints(vec![WiderOrEq(BoolTo.clone(), Bool.clone())]), in define()
3955 .constraints(vec![WiderOrEq(Int.clone(), IntTo.clone())]), in define()
4142 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4163 .constraints(vec![WiderOrEq(IntTo.clone(), Int.clone())]), in define()
4197 .constraints(vec![WiderOrEq(FloatTo.clone(), Float.clone())]), in define()
4220 .constraints(vec![WiderOrEq(Float.clone(), FloatTo.clone())]), in define()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-meta-0.44.0/src/
H A Dgen_legalizer.rs257 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/
H A Dgen_legalizer.rs304 Constraint::WiderOrEq(tv1, tv2) => { in emit_runtime_typecheck()