Type Alias Legalize

Source
pub type Legalize = fn(Inst, &mut Function, &mut ControlFlowGraph, &dyn TargetIsa) -> bool;
Expand description

After determining that an instruction doesn’t have an encoding, how should we proceed to legalize it?

The Encodings iterator returns a legalization function to call.