Lines Matching refs:LocationOperand
37 LocationOperand::LocationKind kind;
79 LocationOperand::LocationKind kind; in KeyFor()
83 index = LocationOperand::cast(op).GetRegister().code(); in KeyFor()
85 index = LocationOperand::cast(op).GetDoubleRegister().code(); in KeyFor()
87 index = LocationOperand::cast(op).index(); in KeyFor()
89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation()); in KeyFor()
90 kind = LocationOperand::cast(op).location_kind(); in KeyFor()
93 kind = LocationOperand::REGISTER; in KeyFor()
220 return AllocatedOperand(LocationOperand::STACK_SLOT, rep, index); in CreateRandomOperand()
222 return AllocatedOperand(LocationOperand::REGISTER, rep, index); in CreateRandomOperand()
224 return ExplicitOperand(LocationOperand::REGISTER, rep, in CreateRandomOperand()
227 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in CreateRandomOperand()