Method
regclass_use
(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
Tested by
no test coverage detected