Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dtypes.rs21 DynamicVector(DynamicVectorType),
106 impl From<DynamicVectorType> for ValueType {
107 fn from(vector: DynamicVectorType) -> Self { in from()
209 ValueType::DynamicVector(DynamicVectorType::new(self, lanes.into())) in to_dynamic()
353 pub(crate) struct DynamicVectorType { struct
358 impl DynamicVectorType { argument
404 impl fmt::Display for DynamicVectorType { implementation
410 impl fmt::Debug for DynamicVectorType { implementation
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_types.rs42 .map(|(ty, lanes)| cdsl_types::DynamicVectorType::new(ty, lanes)) in emit_dynamic_vectors()