Lines Matching defs:operand
115 const compiler::AllocatedOperand& operand) {
116 return GetFramePointerOffsetForStackSlot(operand.index());
129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) {
130 return GetStackSlot(operand.index());
133 inline Register ToRegister(const compiler::InstructionOperand& operand) {
134 return compiler::AllocatedOperand::cast(operand).GetRegister();
138 return ToRegister(location.operand());
141 inline MemOperand ToMemOperand(const compiler::InstructionOperand& operand) {
142 return GetStackSlot(compiler::AllocatedOperand::cast(operand));
146 return ToMemOperand(location.operand());