Home | History | Annotate | Download | only in src

Lines Matching refs:LUnallocated

72 class LUnallocated : public LOperand {
104 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) {
110 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
117 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) {
125 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
132 LUnallocated* CopyUnconstrained(Zone* zone) {
133 LUnallocated* result = new(zone) LUnallocated(ANY);
138 static LUnallocated* cast(LOperand* op) {
140 return reinterpret_cast<LUnallocated*>(op);
143 // The encoding used for LUnallocated operands depends on the policy that is