Lines Matching refs:Operand
63 // cycles in the move graph. We use operand swaps to resolve cycles,
64 // which means that a call to PerformMove could change any source operand
84 // Though PerformMove can change any source operand in the move graph,
90 // only a single incoming edge to an operand, this move must also be
127 // No operand should be the destination for more than one move.
145 // Dispatch on the source and destination operand kinds. Not all
154 Operand dst = cgen_->ToOperand(destination);
159 Operand src = cgen_->ToOperand(source);
165 Operand dst = cgen_->ToOperand(destination);
200 Operand dst = cgen_->ToOperand(destination);
221 Operand src = cgen_->ToOperand(source);
241 // Dispatch on the source and destination operand kinds. Not all
256 Operand mem =
265 Operand src = cgen_->ToOperand(source);
266 Operand dst = cgen_->ToOperand(destination);
289 Operand other_operand = cgen_->ToOperand(other);