Lines Matching refs:LOperand
102 LOperand* destination = moves_[index].destination(); in PerformMove()
154 LOperand* source = move.source(); in AddMove()
157 LOperand* destination = move.destination(); in AddMove()
165 LOperand* source = moves_[index].source(); in RemoveMove()
171 LOperand* destination = moves_[index].destination(); in RemoveMove()
181 int LGapResolver::CountSourceUses(LOperand* operand) { in CountSourceUses()
219 LOperand* destination = moves_[i].destination(); in Verify()
239 void LGapResolver::EnsureRestored(LOperand* operand) { in EnsureRestored()
277 LOperand* source = moves_[index].source(); in EmitMove()
278 LOperand* destination = moves_[index].destination(); in EmitMove()
359 LOperand* source = moves_[index].source(); in EmitSwap()
360 LOperand* destination = moves_[index].destination(); in EmitSwap()