Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dlower.rs80 pub inst: InputSourceInst,
90 pub enum InputSourceInst { enum
106 impl InputSourceInst { impl
111 &InputSourceInst::UniqueUse(inst, output_idx) in as_inst()
113 &InputSourceInst::None => None, in as_inst()
1579 InputSourceInst::None in get_value_as_source_or_const()
1587 InputSourceInst::UniqueUse(src_inst, result_idx) in get_value_as_source_or_const()
1589 InputSourceInst::Use(src_inst, result_idx) in get_value_as_source_or_const()
1610 InputSourceInst::UniqueUse(src_inst, 0) in get_value_as_source_or_const()
1612 InputSourceInst::None in get_value_as_source_or_const()
[all …]
H A Disle.rs11 ABIArg, ABIArgSlot, ABIMachineSpec, InputSourceInst, Lower, LowerBackend, RealReg, Reg,
562 if let InputSourceInst::UniqueUse(inst, _) = input.inst {