Enum cranelift_codegen::ir::LabelValueLoc [−][src]
Expand description
The particular location for a value.
Variants
ValueLoc(ValueLoc)Old-backend location: RegUnit, StackSlot, or Unassigned.
Reg(Reg)New-backend Reg.
SPOffset(i64)New-backend offset from stack pointer.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LabelValueLocimpl Send for LabelValueLocimpl Sync for LabelValueLocimpl Unpin for LabelValueLocimpl UnwindSafe for LabelValueLocBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.