Home
last modified time | relevance | path

Searched defs:ctrl_type (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dfunction_generator.rs47 let ctrl_type = if opcode.constraints().requires_typevar_operand() { in insert_opcode() localVariable
283 let ctrl_type = *rets.first().or(args.first()).unwrap(); in insert_load_store() localVariable
337 let ctrl_type = *rets.first().unwrap(); in insert_atomic_rmw() localVariable
367 let ctrl_type = *rets.first().unwrap(); in insert_atomic_cas() localVariable
397 let ctrl_type = *rets.first().unwrap(); in insert_shuffle() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/verifier/
H A Dmod.rs1269 let ctrl_type = if let Some(value_typeset) = constraints.ctrl_typeset() { in typecheck() localVariable
1271 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2295 let ctrl_type = match explicit_ctrl_type { in infer_typevar() localVariable