Home
last modified time | relevance | path

Searched refs:StoreEffect (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/cranelift/isle/veri/veri_ir/src/
H A Dlib.rs218 StoreEffect(Box<Expr>, Box<Expr>, Box<Expr>, Box<Expr>), enumerator
299 Expr::StoreEffect(w, x, y, z) => write!(f, "(store_effect {w} {x} {y} {z})"), in fmt()
H A Dannotation_ir.rs236 StoreEffect(Box<Expr>, Box<Expr>, Box<Expr>, Box<Expr>), enumerator
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs264 SpecOp::StoreEffect => { in spec_op_to_expr()
270 Expr::StoreEffect( in spec_op_to_expr()
H A Dtype_inference.rs1317 annotation_ir::Expr::StoreEffect(w, x, y, z) => { in add_annotation_constraints()
1337 veri_ir::Expr::StoreEffect(Box::new(e0), Box::new(e1), Box::new(e2), Box::new(e3)), in add_annotation_constraints()
H A Dsolver.rs1189 Expr::StoreEffect(w, x, y, z) => { in vir_expr_to_sexp()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs207 StoreEffect, enumerator
H A Dprinter.rs549 SpecOp::StoreEffect => "store_effect", in to_sexpr()
H A Dparser.rs528 "store_effect" => Ok(SpecOp::StoreEffect), in parse_spec_op()