Home
last modified time | relevance | path

Searched refs:TypeSet (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dtypevar.rs32 type_set: TypeSet,
384 pub(crate) struct TypeSet { struct
391 impl TypeSet { argument
423 fn lane_of(&self) -> TypeSet { in lane_of() argument
430 fn as_truthy(&self) -> TypeSet { in as_truthy() argument
447 fn half_width(&self) -> TypeSet { in half_width() argument
455 fn double_width(&self) -> TypeSet { in double_width() argument
468 fn half_vector(&self) -> TypeSet { in half_vector() argument
527 impl fmt::Debug for TypeSet { implementation
606 pub fn build(self) -> TypeSet { in build() argument
[all …]
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_inst.rs7 use crate::cdsl::typevar::{TypeSet, TypeVar};
786 type_sets: &'table mut UniqueTable<'entries, TypeSet>, in get_constraint() argument
834 fn typeset_to_string(ts: &TypeSet) -> String { in typeset_to_string()
847 pub(crate) fn gen_typesets_table(type_sets: &UniqueTable<TypeSet>, fmt: &mut Formatter) { in gen_typesets_table() argument