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

Method regclass_use

src/function.rs:369–371  ·  view source on GitHub ↗
(value: Value, class: RegClass)

Source from the content-addressed store, hash-verified

367 #[inline]
368 #[must_use]
369 pub fn regclass_use(value: Value, class: RegClass) -> Self {
370 Self::new(OperandKind::Use(value), OperandConstraint::Class(class))
371 }
372
373 /// Create an `Operand` that designates a definition of a `Value` that must
374 /// be in a register from the given register class. This value is written to

Callers

nothing calls this directly

Calls 1

UseClass · 0.85

Tested by

no test coverage detected