MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / fixed_early_def

Method fixed_early_def

src/function.rs:421–423  ·  view source on GitHub ↗
(value: Value, reg: PhysReg)

Source from the content-addressed store, hash-verified

419 #[inline]
420 #[must_use]
421 pub fn fixed_early_def(value: Value, reg: PhysReg) -> Self {
422 Self::new(OperandKind::EarlyDef(value), OperandConstraint::Fixed(reg))
423 }
424
425 /// Create an `Operand` that designates a definition of a `Value` that must
426 /// be in the same register as an input to the instruction. The input is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected