Lines Matching refs:pushes
484 ZoneVector<MoveOperands*> pushes(zone());485 GetPushCompatibleMoves(instr, flags, &pushes);487 if (!pushes.empty() &&488 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==491 for (auto move : pushes) {506 // Pushes of non-scalar data types is not supported.