Milky2018/vcode/allocation_types does not have a README file
pub(all) enum AllocationConstraint {
AnyReg
AnyLocation
PreservedHome
FixedReg(PhysicalReg)
} derive(Eq, Debug)impl Debug for AllocationLocationpub(all) struct AllocationOperand {
vreg : VirtualReg
role : OperandRole
constraint : AllocationConstraint
preference : PhysicalReg?
tie_id : Int
timing : OperandTiming
} derive(Eq, Debug)fn AllocationOperand::with_constraint(self : AllocationOperand, constraint : AllocationConstraint) -> AllocationOperandfn AllocationOperand::with_preference(self : AllocationOperand, preference : PhysicalReg) -> AllocationOperandfn AllocationOperand::with_timing(self : AllocationOperand, timing : OperandTiming) -> AllocationOperandimpl Debug for PhysicalRegInstall
Download zipTarget-independent native lowering, VCode, and code-object infrastructure