Home | History | Annotate | Download | only in compiler

Lines Matching refs:LocationOperand

37     LocationOperand::LocationKind kind;
79 LocationOperand::LocationKind kind;
83 index = LocationOperand::cast(op).GetRegister().code();
85 index = LocationOperand::cast(op).GetDoubleRegister().code();
87 index = LocationOperand::cast(op).index();
89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation());
90 kind = LocationOperand::cast(op).location_kind();
93 kind = LocationOperand::REGISTER;
206 return AllocatedOperand(LocationOperand::STACK_SLOT,
209 return AllocatedOperand(LocationOperand::STACK_SLOT,
212 return AllocatedOperand(LocationOperand::REGISTER,
215 return AllocatedOperand(LocationOperand::REGISTER,
219 LocationOperand::REGISTER, RandomRepresentation(),
224 LocationOperand::STACK_SLOT, RandomRepresentation(),