Lines Matching full:operand
87 // cycles in the move graph. We use operand swaps to resolve cycles,
88 // which means that a call to PerformMove could change any source operand
108 // Though PerformMove can change any source operand in the move graph,
114 // only a single incoming edge to an operand, this move must also be
151 // No operand should be the destination for more than one move.
169 // Dispatch on the source and destination operand kinds. Not all
178 Operand dst = cgen_->ToOperand(destination);
183 Operand src = cgen_->ToOperand(source);
189 Operand dst = cgen_->ToOperand(destination);
205 Operand dst = cgen_->ToOperand(destination);
223 Operand src = cgen_->ToOperand(source);
243 // 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);